Trello and Spotify API integration
Clone or download the repository Install dependencies
npm istall
Copy .env.example to .env and add the appropiate API credentials
Run build and start command to run the full process
npm run build
npm start
Running with the dev command will auto refresh on changes and allow to test without building
npm run dev
The test command will run a test suite with a code coverage report
npm test
It is also possible to run the process for any given artist name
npm run start:custom -- "ARTIST NAME"
or
npm run dev:custom -- "ARTIST NAME"
Example
npm run start:custom -- "Bob Dylan"