Skip to content

debelopumento/weather-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is It Hotter Than Today In History

This web app shows the user if it is currently hotter than the same day in the selected year in history.

Live demo site: https://is-it-getting-hotter.herokuapp.com/

Screenshot

Run code locally

npm install
npm start

Then open http://localhost:3000/

Tenical

  • The data of historical weather is from Wunderground.
  • Client Side development of the app is in React and Redux. Graph is rendered with D3.js.

Unit Test

To run unit test

npm test