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
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint