Fetches electricity prices from NordPool exchange and displays the current price for the Baltic countries in their correct time zone.
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/
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.