#To Run this App
- Install Nodejs
- Clone repository
- Navigate to the root of project : cd weather
- Install grunt and grunt-cli : npm install -g grunt grunt-cli
- Install dependicies : npm install
- Install bower dependencies : bower install
- Run the app : grunt serve
- Open browser and navigate to http://localhost:9000