Go to file
Thibaut Broggi 1fa5e35a08 Update dependencies
Note that they still need updating, but new versions are
introducing breaking changes. see #31
2022-07-08 13:22:02 +02:00
src Fix youtube JSON parsing 2021-06-26 00:34:18 +02:00
test Fix youtube playlist test 2022-04-18 11:59:26 +02:00
.gitignore Execute coverage after running tests 2021-02-13 22:31:06 +01:00
.gitlab-ci.yml Test documentation generation in CI 2021-02-06 14:13:36 +01:00
README.md Improve config so we can customize it without changing git files 2021-02-06 15:17:44 +01:00
config.json.example Merge branch 'master' of gitlab.com:Emeraude/music-very-player 2021-03-08 19:51:12 +01:00
index.js Improve all manager and config 2021-01-27 00:00:44 +01:00
jest.config.js Add first unit tests 2021-01-27 22:51:23 +01:00
package-lock.json Update dependencies 2022-07-08 13:22:02 +02:00
package.json Update dependencies 2022-07-08 13:22:02 +02:00

README.md

Music Very Player

Quick start

cp config.json.example config.json
# edit config.json if you need
npm install
DISCORD_API_KEY=XXX npm start