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.

Roadmap