Skip to main content
Deno 2 is finally here 🎉️
Learn more

entsoe-api-client

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.

Deno CI MIT License

Examples

See /examples folder for complete examples, like getting spot prices or total generation per hour.

Pass your entso-e API key by environment variable API_TOKEN, example for getting todays spot prices.

Powershell

$env:API_TOKEN="your-api-token"; deno run -A .\spot-prices-today.js

Bash

API_TOKEN="your-api-token" deno run -A .\generation-today.js

Contributing

See Contribution Guide

License

MIT