Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webdad/awas
- Owner: WebDaD
- Created: 2015-08-05T11:29:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T08:39:06.000Z (10 months ago)
- Last Synced: 2024-03-27T00:52:19.998Z (9 months ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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 `