summaryrefslogtreecommitdiff
path: root/README.md
blob: 03d3bab16ed6acefe1226894fbd54173572086fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Polyjuice Client

Polyjuice Client is a [Matrix](https://matrix.org/) client library.  Also check
out [Polyjuice Util](https://hex.pm/packages/polyjuice_util/) for more functions.

## Installation

The package can be installed by adding `polyjuice_client` to your list of
dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:polyjuice_client, "~> 0.3.1"}
  ]
end
```

## Usage

To use this library, start by looking at the the
[tutorial](tutorial_echo.html), or the documentation for `Polyjuice.Client`.