1.0.0 • Published 1 year ago

entsoe-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm version npm downloads Github Actions Codecov bundle


✨ Features

  • Day ahead prices.
  • Written in TypeScript.
  • Battle tested with 100% code coverage.

🚀 Quick start

Install:

# npm
npm i entsoe-js

# yarn
yarn add entsoe-js

# pnpm
pnpm i entsoe-js

Usage:

import { Client, BiddingZone } from 'entsoe-js';

const client = new Client({
    securityToken: process.env.ENTSOE_API_KEY
});

const prices = await client.dayAheadPrices({
    biddingZone: BiddingZone.NL
});

Security token

To get access to an security token you need to register the Transparency Platform and send an email to transparency@entsoe.eu with Restful API access in the subject line. Indicate the email address you entered during registration in the email body. When granted access there will be an option to generate a security token under account settings.

Thanks

Thanks to Robin Hansson for his work and inspiration: https://github.com/rabinage/entsoe-api-node