sleepyfran / metascrobbler

πŸŽ™ A Spotify scrobbler that allows you to modify metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ™ metascrobbler

A Spotify scrobbler that allows you to modify metadata

πŸ›  Building

The project is built in TypeScript and is separated in a bunch of packages, each of them with a different concern. The most useful package to run the project locally is the local package which you can run with:

npm run build
npm run local

This will automatically install all the dependencies and link all the necessary packages and finally run the local package.

πŸ§ͺ Testing

Similarly for testing just run:

npm run build
lerna run test

About

πŸŽ™ A Spotify scrobbler that allows you to modify metadata

License:GNU General Public License v3.0


Languages

Language:TypeScript 56.4%Language:JavaScript 43.6%