countries-cities
v0.0.11
Published
A module to get countries, and their cities.
Downloads
1,951
Maintainers
Readme
countries-cities
A node module to get countries, and their cities.
Example usage
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.