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