/IsEarthStillWarming.com

🔥 Global warming information and data

Primary LanguageJavaScriptMIT LicenseMIT

IsEarthStillWarming.com

GitHub Actions Netlify Status

Scope

The goal of this webpage is to provide a high-level overview of what global warming is: how it's caused, how much the Earth has warmed, and its observed and predicted effects.

Contributors are 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 prettier