Play Youtube music and audio files through a server, jukebox style
|
|
8 years ago | |
|---|---|---|
| bin | 8 years ago | |
| downloads | 8 years ago | |
| public | 8 years ago | |
| routes | 8 years ago | |
| views | 8 years ago | |
| .gitignore | 8 years ago | |
| README.md | 8 years ago | |
| app.js | 8 years ago | |
| package-lock.json | 8 years ago | |
| package.json | 8 years ago |
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