Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiependente/weatherlike-server
REST JSON API Weather Forecast Server using weatherlike
https://github.com/indiependente/weatherlike-server
Last synced: 5 days ago
JSON representation
REST JSON API Weather Forecast Server using weatherlike
- Host: GitHub
- URL: https://github.com/indiependente/weatherlike-server
- Owner: indiependente
- License: mit
- Created: 2014-08-06T12:53:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T13:06:45.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:17:03.252Z (8 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
weatherlike-server
==================REST JSON API Weather Forecast Server using weatherlike
##Server REST APIs
- `/weatherapi/city` e.g. `/weatherapi/city?city=Rome`
- `/weatherapi/woeid` e.g. `/weatherapi/woeid?woeid=721943`##Example Output
- WOEID http://en.wikipedia.org/wiki/GeoPlanet
- 5 days weather forecast
```json
{"woeid":"721943","forecast":[{"code":"32","date":"6 Aug 2014","day":"Wed","high":"87","low":"67","text":"Sunny"},{"code":"32","date":"7 Aug 2014","day":"Thu","high":"90","low":"68","text":"Sunny"},{"code":"32","date":"8 Aug 2014","day":"Fri","high":"88","low":"69","text":"Sunny"},{"code":"32","date":"9 Aug 2014","day":"Sat","high":"87","low":"68","text":"Sunny"},{"code":"34","date":"10 Aug 2014","day":"Sun","high":"89","low":"69","text":"Mostly Sunny"}]}
```