Skip to content

NPM package for a list of countries with their known cities

License

Notifications You must be signed in to change notification settings

ramajd/country-city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Country-City

NPM package for a list of countries with their known cities, that is forked from countries-cities package, to fix some bugs related to loading cities.

var countries = require ('countries-cities').getCountries(); // Returns an array of country names.
var cities = require ('countries-cities').getCities(country_name); // Returns an array of city names of the particualr country.

About

NPM package for a list of countries with their known cities

Resources

License

Stars

Watchers

Forks

Packages

No packages published