xelpmoc_countries_cities
Version:
Countries and there relevent cities. There are few countries which have regions included as well
12 lines (9 loc) • 418 B
Markdown
A node module to get countries and their related cities.
``` javascript
var countries = require ('xelpmoc_countries_cities');
var getCountries = countries.getCountries(); // Returns an array of country names.
var getCities = countries.getCities(country_name); // Returns an array of city names of the particualr country.