This is a React-Redux application to display the weather forecast. Redux Promises is used as a middleware while acessing data from an external API. The user can search the name of the city using the search bar in the application. Google maps is integrated which displays the location of the searched city.
Checkout this repo, install dependencies, clone the repository then start the gulp process with the following:
> npm install
> npm start