Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ervie/amnis
Simple radio streaming webpage. Currently for educational purposes only.
https://github.com/ervie/amnis
streaming-audio vue vuejs2
Last synced: 8 days ago
JSON representation
Simple radio streaming webpage. Currently for educational purposes only.
- Host: GitHub
- URL: https://github.com/ervie/amnis
- Owner: Ervie
- Created: 2018-02-13T06:59:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T17:47:13.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T19:43:54.941Z (about 1 year ago)
- Topics: streaming-audio, vue, vuejs2
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amnis
> Amnis (stream in latin) is a simple radio streamer. Currently for self-teaching purpose only, application is in development and lack crucial features.
# Demo
> Demo of current version can be checked under this [link](https://amnis.azurewebsites.net/#/)
# Build Setup
## Amnis application
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```