An open API service indexing awesome lists of open source software.

https://github.com/boolfalse/openradio

OpenRadio with Node.js
https://github.com/boolfalse/openradio

Last synced: 3 months ago
JSON representation

OpenRadio with Node.js

Awesome Lists containing this project

README

          

## Node.js OpenRadio Demo

### Requirements:

- Node.js v12 or higher;
- FFmpeg installed;

### Installation:

- Setup tracks in appropriate directory/ies.
- Clone and setup:
```
git clone git@github.com:boolfalse/openradio-example.git
cd openradio-example
npm i
npm start
```