Skip to content

allaev/weather-redux

Repository files navigation

weather-redux CI status CI status

Weather forecast app with graph visualization. Enter the name of the city to get a five-day forecast.

  • React
  • Redux
  • react-redux
  • redux-promise
  • Axios
  • react-sparklines
  • Lodash
  • Bootstrap
  • OpenWeatherMap API
  • Google Maps API
  • Node.js
  • Webpack

Getting Started

Add your OpenWeatherMap API key to src/actions/index.js:

const API_KEY = ''; //Put your API key here

Run the app:

> npm install
> npm start

weather-redux-screenshot