Skip to main content
Home
Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score100%
Downloads96/wk
Published4 months ago (0.0.8)

Basic Nordpool price chart for Estonia Includes transfer tax and option to pick between transfer contracts

Nordpool price chart with transfer tax

Currently network service transfer tax works only for Estonia

Includes option to switch between network services:

  • Võrk 1
  • Võrk 2
  • Võrk 4
  • Võrk 5

screenshot of chart

Can see it live at https://el.ap3k.pro/ee

Usage:

  • NPM: npx jsr add @ap3k/nordpool-chart
  • Deno: deno add @ap3k/nordpool-chart

Import it in your app entrypoint

import '@ap3k/nordpool-chart'

Use custom web component in HTML:

<nordpool-chart apiUrl="https://el.ap3k.pro"></nordpool-chart>

It accepts one property which is apiUrl. It defaults to window.location.origin

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";
or

Import directly with a jsr specifier

import * as nordpool_chart from "jsr:@ap3k/nordpool-chart";

Add Package

pnpm i jsr:@ap3k/nordpool-chart
or (using pnpm 10.8 or older)
pnpm dlx jsr add @ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";

Add Package

yarn add jsr:@ap3k/nordpool-chart
or (using Yarn 4.8 or older)
yarn dlx jsr add @ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";

Add Package

vlt install jsr:@ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";

Add Package

npx jsr add @ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";

Add Package

bunx jsr add @ap3k/nordpool-chart

Import symbol

import * as nordpool_chart from "@ap3k/nordpool-chart";