Weather App background
- appid
- daily forcast
- API
- Sign up at Open Weather Map
- Sign in
examples/weather/examples.html
<html> <head> <title>Open WeatherMap</title> </head> <body> <ul> <li><a href="http://api.openweathermap.org/data/2.5/forecast?q=Orlando,us&mode=json&cnt=2appid=">no appid</a></li> <li><a href="http://api.openweathermap.org/data/2.5/forecast?q=Orlando,us&mode=json&cnt=2&appid=a452877e758e5881d0d9ab3fcc406fbe">with appid</a></li> <li><a href="/openweathermap/data/2.5/forecast?q=Orlando,us&mode=json&cnt=2&appid=a452877e758e5881d0d9ab3fcc406fbe">proxy with appid</a></li> </ul> </body> </html>