/weather-app

Primary LanguageJavaScriptMIT LicenseMIT

####Weather App##### A simple react app to find the 5 day forecast of cities.

####How to run##### Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone https://github.com/utkarshkpal/weather-app.git weather-app
	> cd weather-app
	> npm install
	> npm start
	> In the browser 'localhost:8080'