You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Thibaut Broggi 1fa5e35a08 Update dependencies 9 months ago
src Fix youtube JSON parsing 2 years ago
test Fix youtube playlist test 11 months ago
.gitignore Execute coverage after running tests 2 years ago
.gitlab-ci.yml Test documentation generation in CI 2 years ago
README.md Improve config so we can customize it without changing git files 2 years ago
config.json.example Merge branch 'master' of gitlab.com:Emeraude/music-very-player 2 years ago
index.js Improve all manager and config 2 years ago
jest.config.js Add first unit tests 2 years ago
package-lock.json Update dependencies 9 months ago
package.json Update dependencies 9 months ago

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