Skip to content

adamaveray/geonames

Repository files navigation

GeoNames.org Cities Modules

View code coverage on codecov

A collection of (unofficial) NPM modules for efficiently accessing GeoNames.org cities data.

These packages provide generators that output each record in the data files, structured & parsed – ints & floats are converted to numbers, lists are converted to string[] arrays, and dates are converted to Date objects.

The data files are bundled with each package so can be used offline, and each package has no dependencies.

Developing

To update the data sets, run npm run update-datasets.

All submodules must be built before running tests, which is done automatically by calling npm test or can be performed manually with npm run prepack-all.


Modules under MIT License, all geo data via GeoNames.org, CC BY 4.0.

About

A collection of (unofficial) NPM modules for efficiently accessing GeoNames.org data.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published