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

https://github.com/vinetos/radio

The REST API server between the mobile and hooligan (and fireman application)
https://github.com/vinetos/radio

Last synced: about 1 year ago
JSON representation

The REST API server between the mobile and hooligan (and fireman application)

Awesome Lists containing this project

README

          

# Radio
The REST API server between the mobile and hooligan (and fireman application)

# Build
```sh
# Clone the repo
git clone https://github.com/safexty/Radio.git
cd Radio

# Install dependencies
npm i
```

# Start
```sh
npm start
```