Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/mmss-client


https://github.com/leaysgur/mmss-client

svelte svelte3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# mmss-client

My Mp3 Streaming Server CLIENT.

## Spec
- 3 view modes
- settings
- search
- player
- Show settings
- if auth token is missing or invalid
- if query strings has mode=settings
- Show search
- if query strings has mode=search
- Show player
- if else

### Settings
- Edit and save auth token in localStorage

### Search
- Search through JSON
- by artist name

### Player
- Select and play music
- Sync w/ MediaSession API

## Development
```
# start mmss-server locally and
npm run dev
```

## Production
```
npm run build
# deploy public directory
```