Skip to content

Akshayprmar/countries_cities_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countries-cities

A node module to get countries and their related cities.

Example usage

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

About

all over world country and city list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published