UNPKG

phil-address

Version:

Phil-Address is an npm module that provides functions to fetch Philippine address data—including regions, provinces, cities/municipalities/sub‑municipalities, and barangays—from a public API. It also implements in‑memory caching (with TTL) and offers a he

2 lines 59 B
const fetch = require('node-fetch'); global.fetch = fetch;