mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
Add note about project status to README
This commit is contained in:
parent
58176adffc
commit
16c0813d13
1 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
This is just meant for exploration. If you want to see something more serious, take a look at [airsonic-ui](https://github.com/airsonic/airsonic-ui).
|
||||
|
||||
## Implemented so far
|
||||
|
||||
* Login
|
||||
* Welcome screen (most recently played)
|
||||
* Artist detail
|
||||
* Album detail
|
||||
* Play Track w/ next and previous
|
||||
* Currently playing notification
|
||||
|
||||
## Development
|
||||
|
||||
The project is written in [ClojureScript](https://clojurescript.org/) and uses [re-frame](https://github.com/Day8/re-frame) for structure and peace of mind. The build tool is [shadow-cljs](https://shadow-cljs.github.io/docs/UsersGuide.html), which offers nice editor integration and interoparibility with the whole JavaScript ecosystem.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue