Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/mmss-client
https://github.com/leaysgur/mmss-client
svelte svelte3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leaysgur/mmss-client
- Owner: leaysgur
- Archived: true
- Created: 2017-02-20T23:37:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T06:08:33.000Z (over 3 years ago)
- Last Synced: 2024-09-18T15:21:24.552Z (about 2 months ago)
- Topics: svelte, svelte3
- Language: Svelte
- Size: 559 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```