HTML5 APPLICATIONS DEVELOPMENT MANUAL
lu
(lu)
#1
35 – Weather application development
Let’s create an application that will show the weather at the user's
current location.
There are 2 keywords here, weather and local. To get the
geographical position of a user we will use a free lookup API, to quickly and
simply integrate IP geolocation into our script. For the weather will use a
weather API.
Type on Google weather api and click on the first link.
This is a free weather API that we will use on our application.
As we are interested to show on our application the current weather,
click on the first option.