Updated home (markdown)

casey langen 2017-05-28 13:41:42 -07:00
parent cbe33368ef
commit 52bc700e38

15
home.md

@ -1,4 +1,11 @@
- [source code and releases live here](https://github.com/clangen/musikcube)
- [raspberry pi setup here](https://github.com/clangen/musikcube/wiki/raspberry-pi)
- [learn how to use ssl with the musikcube server](https://github.com/clangen/musikcube/wiki/ssl-server-setup)
- [website is here](http://www.musikcube.com)
# about
- `musikcube` is a c++ library that can be used by developers as a backend for music players.
- `musikbox` is a cross-platform, terminal based music player that uses `musikcube`.
- `musikdroid` is an android client that uses a remoting api to control and/or stream music playback on your mobile device.
source code and releases are on the [github project page](https://github.com/clangen/musikcube). the website is [here](http://www.musikcube.com)
# suggested reading
- [raspberry pi server setup](https://github.com/clangen/musikcube/wiki/raspberry-pi)
- [server ssl termination](https://github.com/clangen/musikcube/wiki/ssl-server-setup)
- [build your own frontend with remote api](https://github.com/clangen/musikcube/wiki/remote-api-documentation)