An open API service indexing awesome lists of open source software.

https://github.com/bowmans-dev/all_countries_json_file_generator


https://github.com/bowmans-dev/all_countries_json_file_generator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Selecting html elements from the current source https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3 and writing them into a local JSON file containing all country names and ISO 3 codes.

### Install dev dependencies: (Express, Cheerio and Axios)
`npm i -D`

### For country names:
`npm run start`

### For country names with ISO 3 country code:
`npm run isoIndex`