README.md

# CozyLark

> Elixir SDK of [Lark](https://www.larksuite.com/) Open Platform.

> This SDK also works for [Feishu](https://www.feishu.cn/) which is the China-only equivalent of Lark.

## Installation

Adding `cozy_lark` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cozy_lark, "~> 0.1.0"}
  ]
end
```

Visit [HexDocs](https://hexdocs.pm/cozy_lark) for more details.

# License

Apache License 2.0