private-country-list-js
v1.0.1
Published
Country list with ISO2, ISO3 code, continent, capital, dialing code
Downloads
17
Maintainers
Readme
Country List JS
This module was forked from https://github.com/i-rocky/country-list-js and add findByContinent
function for my own use.
Searching
Searches can be conducted by any of the following methods:
...
var found = country.findByContinent('Asia');
...