Node.js Server for Cassettea.
Go to file
2019-09-19 23:28:19 +02:00
bin 🎉 Initialized express 2019-09-17 16:49:23 +02:00
database 💥 The node api is now up to PHP api standards! 2019-09-18 10:51:02 +02:00
public/stylesheets 🎉 Initialized express 2019-09-17 16:49:23 +02:00
routes Added analyse function & fixed Unix/Windows paths 2019-09-19 23:28:19 +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.