Play Youtube music and audio files through a server, jukebox style
|
|
il y a 8 ans | |
|---|---|---|
| bin | il y a 8 ans | |
| downloads | il y a 8 ans | |
| public | il y a 8 ans | |
| routes | il y a 8 ans | |
| views | il y a 8 ans | |
| .gitignore | il y a 8 ans | |
| README.md | il y a 8 ans | |
| app.js | il y a 8 ans | |
| package-lock.json | il y a 8 ans | |
| package.json | il y a 8 ans |
Install node, npm, and youtube-dl.
Clone this repo, then from within the directory, run:
npm install
If you encounter errors with npm install, make sure you have asoundlib.h (in Ubuntu, this is in the libasound2-dev package). It's required for an audio package.
npm start