summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-10-12 00:11:00 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-10-12 00:11:00 +0200
commit1d7d87a49c021bf6d210747d8473c6384acdd3bb (patch)
tree9a9ce3700bfdbf0235388796210ff8823cf293bb /README.md
parentchange docs main page (diff)
write docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8bda91b..f2a5e97 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,30 @@
# MatrixAppService
+
+Library that adds the Matrix Application Service API to Phoenix applications.
+
+## Installation
+
+Add this library to your dependencies in `mix.exs`
+
+```
+defp deps do
+ [...]
+ {:matrix_app_service, "~> 0.1.0"}
+end
+```
+
+## Usage
+
+See [documentation](https://kazarma.gitlab.io/matrix_app_service.ex).
+
+## Roadmap
+
+* [x] Authorization
+* [x] Router
+* [x] User query
+* [x] Room query
+* [x] Transaction push
+* [ ] Third party indications
+* [ ] Bridge functionalities: relations between local and remote rooms
+* [ ] Bridge functionalities: handling of remote sessions
+* [ ] Conveniences for building bots