Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```