Update README.md

This commit is contained in:
Ondřej Žára 2020-03-27 21:41:47 +01:00 committed by GitHub
parent 5e9e1cb163
commit 4d6cef24a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ docker run --network=host -e PORT=12345 cyp
## Technology
- Connected to MPD via WebSockets (using the [ws2mpd](https://github.com/ondras/ws2mpd/) bridge)
- Token-based access to the WebSocket endpoint (better than an `Origin` check)
- Uses *Custom Elements*
- Written in TypeScript
- Written using [*Custom Elements*](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)
- Responsive layout via Flexbox
- CSS Custom Properties
- SVG icons (Material Design)