IsEarthStillWarming.com icon indicating copy to clipboard operation
IsEarthStillWarming.com copied to clipboard

🔥 Global warming information and data

IsEarthStillWarming.com

GitHub Actions Netlify Status

Scope

This webpage intends to provide an acurate overview about gloabl 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.

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