tz-mongodb
v0.1.1
Published
Load OSM TZ data into a mongodb collection
Downloads
5
Readme
tz-mongodb
Parse a release from timezone-boundary-builder through jq and import it as a mongodb collection.
Usage
npm install tz-mongodb
./node_modules/.bin/import-timezones.shAccepts these env vars:
MONGO_URL- a mongodb uriCOLLECTION_NAME- the collection to import to, defalts totimezones
