nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
930 stars 214 forks source link

does not work client-side #217

Closed vtoupet closed 7 years ago

vtoupet commented 7 years ago

I am trying to make it work at client side, but this does not work because of querystring dependency:

Unable to resolve module `querystring`...

I've tried to add querystring as a project dependency but it does not work either. Do you have suggestions to make it work at client side?

nchaulet commented 7 years ago

This library is not designed to be isomorphic and it's not something going to change in the short term https://github.com/nchaulet/node-geocoder/issues/187