Node.js Server for Cassettea.
Go to file
stickyPiston af97ee82d7 🐛 Fixed some minor bugs
Some directories were pointed wrong.
2019-09-19 08:06:21 +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
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 🐛 Fixed some minor bugs 2019-09-19 08:06:21 +02:00
views 🐛 Fixed some minor bugs 2019-09-19 08:06:21 +02:00
.gitignore 🙈 Added music folder 2019-09-18 13:52:34 +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.