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