alchatti / cg_country-np-code

Code generator for Drop-down/Select list of Countries & National Phone codes using Country.io as source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool Country Phone Code list generator

A tool that generate drop down list for Countries Phone codes using country.io

How To Use

Two options for usage:

  • Generate Json file and then create the list through JavaScript:

    1. Running /php/json.php will generate /out/list.json; you need a PHP server or PHP Server extension for VSCode
    2. Open index.html in the browser to load list.json and create the dropdown using JavaScript
  • Generate the list directly in the Php file

    1. Run /php/html.php from the browser

To Come

  • Node.js
  • C#
  • Go
  • Python

About

Code generator for Drop-down/Select list of Countries & National Phone codes using Country.io as source

License:MIT License


Languages

Language:PHP 62.2%Language:HTML 37.8%