country-state-mapping
v0.0.5
Published
country & state data
Readme
country-state-mapping
Usage
const sevice = require("country-state-mapping");
/**** using the iso code */
const x = sevice.getStateList("DZ");
console.log(x);If want the entire data
const sevice = require("country-state-mapping");
console.log(sevice.db);License
MIT
