Skip to content

cryptouru/trelloSpot

Repository files navigation

TrelloSpot

Trello and Spotify API integration

Install

Clone or download the repository Install dependencies

npm istall

Copy .env.example to .env and add the appropiate API credentials

Usage

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"

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published