UNPKG

ph-address-lookup

Version:

This package provides a structured way to retrieve and manage address data, including regions, provinces, and municipalities. It allows you to dynamically fetch address data from a JSON file, set a selected region and province, and retrieve related locati

23 lines (22 loc) 933 B
{ "name": "ph-address-lookup", "version": "1.0.1", "description": "This package provides a structured way to retrieve and manage address data, including regions, provinces, and municipalities. It allows you to dynamically fetch address data from a JSON file, set a selected region and province, and retrieve related location details. Ideal for applications that require hierarchical address selection.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ifejinity/PhilippinesAddressDataUtility.git" }, "keywords": [ "ph-address", "Philippines Address Helper" ], "author": "Jeffrey Lonzanida", "license": "ISC", "bugs": { "url": "https://github.com/ifejinity/PhilippinesAddressDataUtility/issues" }, "homepage": "https://github.com/ifejinity/PhilippinesAddressDataUtility#readme" }