tomayac / local-reverse-geocoder

Local reverse geocoder for Node.js based on GeoNames data
Apache License 2.0
190 stars 58 forks source link

Allow to download the GeoNames data at post-install #60

Closed itaisatati closed 1 year ago

itaisatati commented 2 years ago

My second PR for this project :)

Addressing the suggestion at #53, this PR includes the following:

Please let me know what you think:

itaisatati commented 1 year ago

Thanks for reviewing :) Let me know if there's something that's not in the issues tab and worth working on.

tomayac commented 1 year ago

Just published as v0.12.6.

ngoclong19 commented 1 year ago

npm install is failing with this error 'Error: Cannot find module '[...]\node_modules\local-reverse-geocoder\postinstall.js''.

I think postinstall.js is needed to included in array files of package.json.

itaisatati commented 1 year ago

@ngoclong19 Sorry about that. https://github.com/tomayac/local-reverse-geocoder/pull/61: I created a PR to fix the problem