Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webdad/awas

Andi's WebStream Aufnahme Server
https://github.com/webdad/awas

Last synced: about 2 months ago
JSON representation

Andi's WebStream Aufnahme Server

Awesome Lists containing this project

README

        

# AWAS

Save and manage Audio-Streams on the web

## Installation

1. Install node.js: https://nodejs.org/en/download
2. Clone the Repository: `git clone https://github.com/WebDaD/awas.git`
3. Install Dependencies: `npm install`

## Start

`pm2 start app.js --name awas-demo -- 8080 `

## Dev-Start:

`pm2 start app.js --watch --ignore-watch="database public/css" --name awas-demo -- 8080 `