Skip to content

DisruptiveLabs/isocountrydata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@comanage/isocountrydata

A simple package to expose up-to-date ISO country and subdivision data.

This is really just a set of scripts to generate more user-friendly JSON files, and export them in a easily typescript-importable manner. The source data comes from Debian's iso-codes package, the source of which is included as a git submodule here.

Updating

Updating this package should be as simple as the following

git submodule foreach git pull
yarn install
yarn run build
yarn publish --patch
# git add, commit, push as well.

Eventually, this will be automated on updates to the debian package.

About

ISO country data, for typescript and javascript based projects

Resources

License

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors