0.0.5 • Published 3 years ago

country-state-mapping v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago