Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Weather App background

<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>