/nspotify

last.fm to nostr status

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

nspotify

despite the name, this actually uses last.fm for recieving song data

  1. create a last.fm account
  2. create an api key
  3. create a .env file in the root directory
  4. add the following to the .env file:
NOSTR_PRIVKEY=
LASTFM_USER=
LASTFM_APIKEY=
  1. run pnpm install
  2. run pnpm start

done. pretty straightforward, right?