12 lines
385 B
Markdown
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.
|