This app uses the Open Weather Map API to get the weather in different cities.
The application is written with JS and jQuery.
Open the index.html file located in the 'dist' directory.
I used Gulp for this project for having a webserver locally to check for changes in the javascript or the scss files.
For compiling sass to css you need the Ruby sass gem.
$ git clone https://github.com/majkoll/weatherApp
$ cd weatherApp
$ npm install
$ gulp