Skip to main content
This release is 2 versions behind 0.1.10 — the latest version of @alator21/tay. Jump to latest

Built and signed on GitHub Actions

Generates a banner based on the last.fm top tracks

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
70%
Published
2 months ago (0.1.8)
function initializeLastFmApi
initializeLastFmApi(apiKey: string): void

Initialize the last fm integration with your API key.

Parameters

apiKey: string

Return Type

void

Add Package

deno add jsr:@alator21/tay

Import symbol

import { initializeLastFmApi } from "@alator21/tay";

---- OR ----

Import directly with a jsr specifier

import { initializeLastFmApi } from "jsr:@alator21/tay";

Add Package

npx jsr add @alator21/tay

Import symbol

import { initializeLastFmApi } from "@alator21/tay";

Add Package

yarn dlx jsr add @alator21/tay

Import symbol

import { initializeLastFmApi } from "@alator21/tay";

Add Package

pnpm dlx jsr add @alator21/tay

Import symbol

import { initializeLastFmApi } from "@alator21/tay";

Add Package

bunx jsr add @alator21/tay

Import symbol

import { initializeLastFmApi } from "@alator21/tay";