/elekter

API to get hourly electricity price

Primary LanguageVueMIT LicenseMIT

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