Node.js Server for Cassettea.
Go to file
stickyPiston 785767b5b9 📝 Updated the README.md
It now includes a section for installing ffmpeg.
2019-09-17 17:11:04 +02:00
bin 🎉 Initialized express 2019-09-17 16:49:23 +02:00
public/stylesheets 🎉 Initialized express 2019-09-17 16:49:23 +02:00
routes Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
views Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
.gitignore Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
app.js Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
package-lock.json Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
package.json Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
README.md 📝 Updated the README.md 2019-09-17 17:11:04 +02:00

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.