A weather application where you can type in your city and get weather information about that city
This app is using the openWeather API to get info about the temperature in Celcius, Fahrenheit and Kelvin, humidity and wind speed of the desired city. The user enters a city and a card of the city entered appears on the screen that can be removed at anytime.
Online preview: https://raw.githack.com/tafodinho/My-weather/master/dist/index.html
node
npm
webpack
- Javascript
- Webpack
- HTML
- CSS
- Sass
git clone git@github.com:tafodinho/My-weather.git
cd ./My-weather
npm install
See install instructions for webpack
webpack
Run npm run start and enjoy !
