0 purchases
ukintensity integration
ukintensity_integration #
I originally created a .NET Nuget package called (Carbon Intensity UK)[https://github.com/jordansrowles/CarbonIntensityUK], and decided to recreate the package for Dart for my first library on pub.dev
Getting started #
TODO: List prerequisites and provide or point to information on how to
start using the package.
Usage #
import 'package:ukintensity_integration/ukintensity_integration.dart';
NationalIntensityService service = new NationalIntensityService();
var info = await service.getToday();
copied to clipboard
Additional information #
From the .NET Readme
UK Carbon Intensity #
.NET wrapper around the British Carbon Intensity API provided by the National Grid. Provides real-time and calculated (+48 hour forecast) of CO2 carbon emissions relating to electricity generation.
The Carbon Intensity API uses state-of-the-art Machine Learning and sophisticated power system modelling to forecast the carbon intensity and generation mix 96+ hours ahead for each region in Great Britain.
Our OpenAPI allows consumers and smart devices to schedule and minimise CO2 emissions at a local level
Website
| Docs
| Endpoint
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.