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
- Host: GitHub
- URL: https://github.com/bowmans-dev/all_countries_json_file_generator
- Owner: bowmans-dev
- Created: 2022-12-14T06:30:12.000Z (over 3 years ago)
- Default Branch: library
- Last Pushed: 2022-12-22T16:25:58.000Z (over 3 years ago)
- Last Synced: 2025-02-09T23:14:25.886Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`