Update README
authorMikael Berthe <mikael@lilotux.net>
Sat, 22 Apr 2017 13:08:21 +0200
changeset 144 9298c19a2b06
parent 143 9ce9b39c851c
child 145 d7ccfe67fa9e
Update README
README.md
--- a/README.md	Sat Apr 22 12:57:11 2017 +0200
+++ b/README.md	Sat Apr 22 13:08:21 2017 +0200
@@ -9,6 +9,10 @@
 
 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.
 
+This implementation covers 100% of the current API, including the streaming API.
+
+The [madonctl](https://github.com/McKael/madonctl) console client uses this library exhaustively.
+
 ## Installation
 
 To install the library:
@@ -36,6 +40,7 @@
 
 ## References
 
+- [madonctl](https://github.com/McKael/madonctl) (console client based on madon)
 - [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
 - [Mastodon Streaming API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md)
 - [Mastodon repository](https://github.com/tootsuite/mastodon)