You will need to setup an account on OpenWeatherMap and generate an API key that will be inserted in src/actions/index.js file
.
npm install
npm start
Navigate to http://localhost:8080/webpack-dev-server/
once npm has successully started application.
This app makes use of the OpenWeatherMap API to retrieve weather data.
React Sparklines is used to generate graphs.
Input a city and see the average temperature, pressure and humidity.