A static website for comparing the energy consumption of various products.
This website is automatically deployed to Cloudflare Pages when changes are pushed to the main branch.
Live URL: https://energy-use-products.apps.owid.io
The deployment workflow:
- Automatically creates a Cloudflare Pages project named
energy-use-products - Deploys all files in the repository root
- Assigns the custom domain
energy-use-products.apps.owid.io
Note: DNS propagation can take several hours after the first deployment.
index.html- Main energy comparison tool interfaceproducts_data.json- Energy consumption data for productsconvert_excel_to_json.py- Script to convert Excel data to JSON formatEnergy use of products.xlsx- Source data spreadsheetread_excel.py- Utility to read Excel files
- Edit files locally
- Commit your changes
- Push to the
mainbranch - The site will automatically redeploy via GitHub Actions
You can also trigger a manual deployment from the Actions tab in GitHub.