chittolina / location-info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location info

Rest API that returns some useful data from a given location.

Request example:

GET http://<BASE_URL>:<PORT>/location-info?street=Wall Street&city=New York&state=New York&country=US

Response example:

{
  "lat": 40.7060361,
  "lng": -74.0088256,
  "elevation": 13.48266792297363,
  "timezoneID": "America/New_York",
  "timezoneOffset": -4
}

About


Languages

Language:JavaScript 100.0%