Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 491 Bytes

WeatherForecast

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.

Getting Started

Checkout this repo, install dependencies, clone the repository then start the gulp process with the following:

> npm install
> npm start