0.0.5 • Published 8 months ago

country-state-mapping v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

country-state-mapping

Usage

Badge for GitHub repo top language Badge for GitHub last commit

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

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago