- Node JS
- Gulp
- Bower
- Open Weather API
Clone Github Repository:
$ git clone https://github.com/KKTuttle/JS-weather
Install NPM dependencies:
$ npm install
Install Bower dependencies:
$ bower install
Build the project:
$ gulp build
Boot up the server in your browser of choice:
$ gulp serve
- Use the Open Weather Map API
- Button which displays the humidity of a city
- temperature.js module which translates K into C and K into F
- temperature-interface.js which triggers API call and displays temperature.
- First both K and C, then allow user to choose between C and F
- Find another part of the weather API to explore, and maybe restructure the front-end
Contact by email: katka.karolcikova@gmail.com
- Github: kktuttle
- https://github.com/KKTuttle/JS-weather
This software is licensed under the MIT license.
Copyright (c) 2016 Katarina Tuttle