marcindrozd / forecast-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forecast React

A sample forecast application using openweathermap.org API built with React and Redux.

Functionality

  • Use of external API
  • Display weather for the next 5 days for the current location for the user
  • Shows the above forecast on a chart

Technologies used

  • React
  • Redux
  • Sagas
  • React Testing
  • Axios
  • Geolocation
  • Chart.js

Setup notes

  1. Clone repo
  2. Run yarn
  3. Either add OpenWeather API key as ENV variable REACT_APP_FORECAST or replace it directly in /constants/index.js file
  4. Start the server with yarn start
  5. Run tests with yarn test

About


Languages

Language:JavaScript 87.1%Language:CSS 6.8%Language:HTML 6.1%