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