From 52bc700e38baf417fe0220ad24d0a44c24baa784 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 28 May 2017 13:41:42 -0700 Subject: [PATCH] Updated home (markdown) --- home.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/home.md b/home.md index 700c4dd..654c9dc 100644 --- a/home.md +++ b/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) \ No newline at end of file +# 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)