React Redux weather forecast App

Live demo deployed using Heroku

https://shielded-basin-81744.herokuapp.com/

This is a React Redux web app that uses sparklines and Google maps to show a clear representation of weather forecast for the next 5 days. It provides data visualization for Humidity, Temperature (Celsius) and Pressure.

Getting Started

> git clone
> npm install
> npm build
> npm start

You can also run the Webpack development server:

> npm run dev