countries_cities_list

Countries and there relevent cities. There are few countries which have regions included as well

Usage no npm install needed!

<script type="module">
  import countriesCitiesList from 'https://cdn.skypack.dev/countries_cities_list';
</script>

README

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.