node-where
node-where copied to clipboard
A very simple geolocation library in node.js
It looks like this project has not been updated for a while. I would like to introduce our free IP2Location.io API which has free tier for public use. Please consider...
Sometimes body parameter is undefined and it's caused exception in _resultAddressComponent function line 1.
The endpoint you use is being deprecated: https://freegeoip.net/json/
**Implementation for Feature Proposal #3** - Support for search using coordinates. **Usage:** ``` where.is('-80.21, 21.32', function(err, result) { if (result) { console.log('Address: ' + result.get('address')); console.log('Street Number: ' + result.get('streetNumber'));...
**Feature Proposal:** - Search address information for coordinates. - Validating coordinates using [markstos/parse-coordinates](https://github.com/markstos/parse-coordinates ) - Google Places API to return address: (if coordinates are valid google will return data) ```http://maps.googleapis.com/maps/api/geocode/json?sensor=false&latlng=-80.21,21.32```...