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