Cassettea-api-node/README.md
stickyPiston 785767b5b9 📝 Updated the README.md
It now includes a section for installing ffmpeg.
2019-09-17 17:11:04 +02:00

12 lines
385 B
Markdown

# Cassettea-api-node
This is the Cassettea server for node.js. To install, simply run
``` bash
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](https://ffmpeg.org) executable file in `bin/ffmpeg`. Without this, the audio downloader will _not_ work.