astockwell / countries-and-provinces-states-regions

Aims to be a complete data store for lists of Countries and their related Provinces/States/Regions, since this inexplicably doesn't exist currently.
GNU General Public License v2.0
171 stars 96 forks source link

added NPM support #10

Closed reggi closed 4 years ago

reggi commented 8 years ago

Hey!

I was thinking about using something like this with node.js.

This PR adds a package.json file and a npm-build.js script that creates a static ./index.js (a mega json object) file to be built when someone runs npm install counties-provinces (didn't claim yet).

Thoughts appreciated :)