/react-redux-weather-app

React-Redux weather app that uses OpenWeather API to return current and forecasted weather for a given location based on Stephen Grider's Udemy course

Primary LanguageJavaScriptMIT LicenseMIT

react-redux-weather-app

React-Redux weather app that uses OpenWeather API to return current and forecasted weather for a given location. This App is built based on Stephen Grider's Udemy course.

This App utilizes:

REACT-REDUX-WEATHER-APP

Running app locally

  1. Install all dependencies with below command
npm install
  1. Sign-up for OpenWeatherMap Account and get the free API key. Replace the variable API_KEY value with this key in the file index.js inside actions folder.
  2. Get Google Maps API key and replace it in below script line available in the file index.html
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
  1. Open command prompt and run npm start