/nordpool-price

Displays current electricity price for Baltic countries and Finland from NordPool

Primary LanguageJavaScript

NordPool Curent Price

Fetches electricity prices from NordPool exchange and displays the current price for the Baltic countries in their correct time zone.

Deployed here

Useful if your electricity bill is tied to the exchange spot price, so you can decide when to charge your electric car, etc.

Source of data: https://www.nordpoolgroup.com/Market-data1/Dayahead/Area-Prices/EE/Hourly/

Development

Server-side runs using node (to fetch and transform the data).

Client side does not require any build steps:

  • ES modules used directly in the browser
  • Web Components (using lightweight lit-element)
  • Dependencies loaded using Skypack

Use npm start to run locally.