|
|
1 year ago | |
|---|---|---|
| controllers | 3 years ago | |
| data | 3 years ago | |
| lib | 3 years ago | |
| p3k | 1 year ago | |
| public | 3 years ago | |
| views | 3 years ago | |
| .gitignore | 3 years ago | |
| CONTRIBUTING.md | 10 years ago | |
| LICENSE | 10 years ago | |
| README.md | 2 years ago | |
| composer.json | 3 years ago | |
| composer.lock | 3 years ago | |
Atlas is a set of APIs to look up information about locations.
Retrieving the timezone at a lat/lng
/api/timezone?latitude=45.5118&longitude=-122.6433/api/timezone?airport=PDXRetrieving the lat/lng for a named location
/api/geocode?input=309+SW+6th+Ave,+Portland,+ORRetrieving a named location from a lat/lng
/api/geocode?latitude=45.5118&longitude=-122.6433/api/geocode?latitude=45.5118&longitude=-122.6433&date=2016-07-012T09:00:00Z and return the local time of the given timestampRetrieving the current weather for a lat/lng
/api/weather?latitude=45.5118&longitude=-122.6433&apikey=XXXYou'll need to pass an OpenWeatherMap.org API key in the request. Icon names reference the weather-icons icon font.
/map/img?marker[]=lat:45.5165;lng:-122.6764;icon:small-blue-cutout&basemap=gray&width=600&height=240&zoom=14Available under the Apache 2.0 license. See LICENSE.
Copyright 2015-2022 by Aaron Parecki.