Skip to content

rosslh/IsEarthStillWarming.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsEarthStillWarming.com

Test and deploy Netlify Status Uptime Robot status

IsEarthStillWarming.com intends to provide an acurate overview about global warming and it's observed and predicted effects. It also provides information about how it is caused and how rapidly the earth is warming up.

The website is kept up-to-date with climate data from NASA and Scripps Institution of Oceanography. Altimetry data are provided by the NOAA Laboratory for Satellite Altimetry.

Contributors are always welcome! Open an issue or create a pull request.

Code

  • Data fetching is in static.config.js
  • Page content is in src/pages/index.js

Scripts

  • Install with npm i
  • Run build with npm run start
  • Test with npm run test
  • Format code with npm run format