rupertraphael / philippines

Provides a complete list of Philippine towns, cities, provinces and regions.

Home Page:https://www.npmjs.com/package/philippines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Philippines

This provides a complete list of Philippine towns, cities, provinces and regions.

References:

Installation:

npm install philippines

Usage:

// returns { regions: [...], provinces: [...], cities: [...] }
var philippines = require('philippines');

// to get individual data
var regions = require('philippines/regions');
var provinces = require('philippines/provinces');
var cities = require('philippines/cities');

About

Provides a complete list of Philippine towns, cities, provinces and regions.

https://www.npmjs.com/package/philippines

License:MIT License


Languages

Language:JavaScript 100.0%