> ## Documentation Index
> Fetch the complete documentation index at: https://bym.lonestill.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Last.fm Scrobbler

> Отправка треков на Last.fm через api.HTTP

Отправляет каждый сыгранный трек на Last.fm. Демонстрирует использование `api.HTTP` и `api.Events.trackChange`.

Для работы нужен Session Key — получить через [Last.fm Auth](https://www.last.fm/api/authentication).

```js theme={null}
BYM.register({
  id: 'lastfm-scrobbler',
  name: 'Last.fm Scrobbler'
```
