Node.js Server for Cassettea.
|
||
---|---|---|
bin | ||
database | ||
music | ||
public/stylesheets | ||
routes | ||
views | ||
.gitignore | ||
app.js | ||
package-lock.json | ||
package.json | ||
README.md |
Cassettea-api-node
This is the Cassettea server for node.js. To install, simply run
git clone https://gitea.arnweb.nl/corner/Cassettea-api-node.git && cd Cassettea-api-node
npm install
DEBUG=Cassettea-api-node:* npm start
Also make sure that you have a ffmpeg executable file in bin/ffmpeg
. Without this, the audio downloader will not work.