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)
- Host: GitHub
- URL: https://github.com/vinetos/radio
- Owner: Vinetos
- License: gpl-3.0
- Created: 2019-04-18T16:51:34.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-21T14:13:06.000Z (about 7 years ago)
- Last Synced: 2025-01-24T02:59:59.239Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```