From 5e9e1cb16324d906e33f502ec06043d6da5c3eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=BD=C3=A1ra?= Date: Fri, 27 Mar 2020 21:36:20 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 230d706..4770bde 100644 --- a/README.md +++ b/README.md @@ -61,16 +61,10 @@ 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) - - Modern ES6+ (modules, async/await) + - Uses *Custom Elements* + - Written in TypeScript - Responsive layout via Flexbox - CSS Custom Properties - SVG icons (Material Design) - - Can spawn Youtube-dl to download audio files + - Can spawn Youtube-dl to search/download audio files - Album art retrieved directly from MPD (and cached via localStorage) - - -## TODO - - - [ ] Bundling - - [X] Range styling - - [ ] Browser testing