Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 627 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 627 Bytes

Weather App

AngularJS app that shows the current weather forecast of a given location

This app is mainly used to demo and test AngularJS functionalities. This means that it lacks some polishing and it can be greatly improved.

Some new functionalities are also intended to keep being added across time.

It uses a free weather API, Open Weather Map to make a request get current the weather data for any given location.

It was also implemented a get current user location, using a Web API navigator interface method, geolocation.getCurrentPosition().