Skip to content

argoroots/elekter

Repository files navigation

Börsihind.ee

API and website to get hourly electricity price. API query parameters:

  • plan - Grid service plan: V1, V2, V2k, V4 or V5.

API response is in following format:

  [
    year,
    month,
    day,
    hour,
    price,
    gridFee,
    renewableTax,
    excise
  ]

Electricity icon by Icons8

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

API to get hourly electricity price

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published