This is a webapp for monitoring weather of a particular place on earth.It is written in angularjs,javascript and jquery.
#How does it work :When user access the site it asks for permission to read user's current location data.Then uses the http://openweathermap.org/current public API to fetch the weather for that location and displays it. If the user denies to share the location, It shows a input form for entering city name,postcode or country, and display the weather based on that location.
#Installation:- Simply clone or download the whole project to your Webserver's root directory.
- Install the dependencies by using the bower.json file.