Play Youtube music and audio files through a server, jukebox style
Josh Bicking 898212eeda Added play/pause button | 7 years ago | |
---|---|---|
bin | 7 years ago | |
downloads | 7 years ago | |
public | 7 years ago | |
routes | 7 years ago | |
views | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 7 years ago | |
app.js | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 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