Skip to content

Commit e8a4116

Browse files
committed
More info in README
1 parent 617f69e commit e8a4116

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
1-
# Echo
1+
# echo
2+
3+
<p align="center">
4+
<img src="./resources/app-screenshot.jpg" width="600" />
5+
</p>
26

37
Echo is a music app that allows you to connect to multiple sources of music and
48
play them directly through the app. It's album focused, meaning that instead of
59
treating your library as a list of songs, it treats it as a list of albums, allowing
610
you to shuffle albums, browse them based on genres, and more.
711

8-
Echo is currently in development and is not yet ready for use.
12+
> The app is currently in a very alpha-ish state, so expect things to break
13+
> and features to be missing. Nonetheless, it's already usable for basic music
14+
> browsing and playing.
15+
16+
## 🛣️ Features and roadmap
17+
18+
- [x] Multiple provider support & sync (currently Spotify and OneDrive, but most of the scaffolding is in place for more)
19+
- [x] Album browser
20+
- [x] Artist browser
21+
- [x] Album details
22+
- [ ] Scrobbling support
23+
- [ ] Shuffling
24+
- [ ] Queue management
25+
- [ ] Genre fetching and browsing
26+
- [ ] More providers (YouTube Music, Google Drive, etc.)
927

10-
## Local setup
28+
## 🔧 Local setup
1129

12-
Echo is built using TypeScript, Lit and [Effect](https://effect.website) as the
30+
Echo is built using [TypeScript](https://typescriptlang.org), [Lit](https://lit.dev) and [Effect](https://effect.website) as the
1331
backbone of most of the app logic. To get started, clone the repository and install
1432
the dependencies:
1533

resources/app-screenshot.jpg

908 KB
Loading

0 commit comments

Comments
 (0)