Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 609 Bytes

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