Skip to content

yoMerce/country-state-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

country-state-list

List of country and states with additional meta data

Supported Countries

  • India - "in"

How to use

npm install @yomerce/country-state-list

getCountryInfo

const {getCountryInfo} = require("@yomerce/country-state-list");

const data = getCountryInfo("in");

getStates

const {getStates} = require("@yomerce/country-state-list");

const data = getStates("in");

About

List of country and states with additional meta data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published