Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 535 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 535 Bytes

Lute

RYM + Spotify integration experiment.

Goals

  • Be able to fetch & store corresponding rym data, if exists, for any artist/album/single on spotify.
  • Be able to analyze trends based on rym data for any spotify user's library.

Limitations

  • RYM ratelimiting mechanism

Commands

Build

npm run build

Lint

npm run lint

Lint + Fix

npm run lint:fix

Lint + Fix + Watch

npm run lint:watch

Run

npm start

Dev mode

npm run dev

Test

npm test