From a0552d7feade340c80bbb479eb2bffea8258b0f1 Mon Sep 17 00:00:00 2001 From: elianaschwartz Date: Fri, 29 Jul 2022 12:45:23 -0700 Subject: [PATCH] Add WattBuy API Adding WattBuy API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..184fc129 100644 --- a/README.md +++ b/README.md @@ -724,6 +724,7 @@ API | Description | Auth | HTTPS | CORS | | [PVWatts](https://developer.nrel.gov/docs/solar/pvwatts/v6/) | Energy production photovoltaic (PV) energy systems | `apiKey` | Yes | Unknown | | [Srp Energy](https://srpenergy-api-client-python.readthedocs.io/en/latest/api.html) | Hourly usage energy report for Srp customers | `apiKey` | Yes | No | | [UK Carbon Intensity](https://carbon-intensity.github.io/api-definitions/#carbon-intensity-api-v1-0-0) | The Official Carbon Intensity API for Great Britain developed by National Grid | No | Yes | Unknown | +| [WattBuy](https://wattbuy.readme.io/reference/getting-started-with-your-api) | Electricity usage estimations, carbon footprint estimations, and utility data | `apiKey` | Yes | Yes | | [Website Carbon](https://api.websitecarbon.com/) | API to estimate the carbon footprint of loading web pages | No | Yes | Unknown | **[⬆ Back to Index](#index)**