Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 731 Bytes

Carbon Intensity SDK

An unofficial library for the Carbon Intensity API for use in C# applications.

Getting Started

  1. Install the package from NuGet
  2. Register the SDK in your Startup.cs file:
builder.Services.AddCarbonIntensitySdk();
  1. Inject the CarbonIntensityClient into your service or controller.

Original documentation

The original documentation for the Carbon Intensity API can be found here.

Terms of Use

It is your responsibility to nsure you abide by the terms of use for the Carbon Intensity API. You can find them here.