Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 343 Bytes

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?