Skip to content

Commit

Permalink
minor text update
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Oct 18, 2024
1 parent 09e82cb commit 387bd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As name of this repository hints, I might have more than one Last.fm widget plan
The *Tracks* widget itself is made as a *webcomponent* using pure standard web client-side technologies
(no frameworks or build tools needed). It can work "alone" communicating directly with Last.fm's
Audioscrobbler v2 API, or it can be supported by a custom backend "proxy-api". The latter is encouraged
because it makes it possible to implement throttling of requests to Last.fm's API.
when possible, because it makes it possible to implement throttling of requests to Last.fm's API.

This repository not only holds the widget itself, but also the demo page (https://lastfm-widgets.deno.dev/) and an
example backend proxy-api. The proxy-api is made in [Deno](https://deno.com/) (server-side javascript/typescript).
Expand All @@ -43,7 +43,7 @@ Frontend-code for the demo page seen on https://lastfm-widgets.deno.dev/

- *proxy-api.ts* - An example backend proxy-api made with Deno. The proxy-api is used on demo page when
widget is in *Backend-supported* mode, but also used by widget on [rockland.dk](https://www.rockland.dk/).
- *log.ts* - A simple log endpoint used by the demo page
- *log.ts* - A simple log endpoint used by the demo page.

#### /main.ts file

Expand Down

0 comments on commit 387bd5b

Please sign in to comment.