Node.js Server for Cassettea.
Go to file
corner 03f52c0594 🤖 Added insert, update & info route.
And fixed some other minor bugs.
2019-10-06 16:27:25 +02:00
bin Recoded the get route, still needs some work 2019-09-20 23:04:06 +02:00
database 🚀 Updated .gitignore and added duration route. 2019-09-27 19:14:48 +02:00
music 🙈 Added music folder 2019-09-18 13:52:34 +02:00
public/stylesheets 🎉 Initialized express 2019-09-17 16:49:23 +02:00
routes 🤖 Added insert, update & info route. 2019-10-06 16:27:25 +02:00
views 🐛 Fixed some minor bugs 2019-09-19 08:06:21 +02:00
.gitignore 🏁 Added progress bar support 2019-10-05 11:10:51 +02:00
README.md 📝 Updated the README.md 2019-09-17 17:11:04 +02:00
app.js Created YouTube audio downloader 2019-09-17 17:07:08 +02:00
package-lock.json 🚀 Updated .gitignore and added duration route. 2019-09-27 19:14:48 +02:00
package.json 🚀 Updated .gitignore and added duration route. 2019-09-27 19:14:48 +02:00

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.