Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 456 Bytes

Weather Forecasting SPA

Udemy coursework for learning Redux and React

App on Heroku

http://weather-reduxapp.herokuapp.com/

###Getting Started###

	> git clone [email protected]:abhagupta/Weather.git
	> cd Weather
	> npm install
	> npm start

Enter city names to see the forecast weather derived from openweather.org

Concepts used

  • Redux
  • Action Listeners
  • Redux middleware
  • Axios to call Weather API
  • Google Map component for React