despite the name, this actually uses last.fm for recieving song data
- create a last.fm account
- create an api key
- create a .env file in the root directory
- add the following to the .env file:
NOSTR_PRIVKEY=
LASTFM_USER=
LASTFM_APIKEY=
- run
pnpm install
- run
pnpm start
done. pretty straightforward, right?