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