Node.js Server for Cassettea.
Go to file
stickyPiston 72d934713a Created YouTube audio downloader
Installed youtube-mp3-downloader, set up a new route and when that route is visited the package will download the video specified. Simple as that.
2019-09-17 17:07:08 +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 📝 Created README.md 2019-09-17 16:53:33 +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