README.md

# Wechat

Wechat API wrapper for Elixir.

Notice: the project is unstable yet, don't use it in production. 

Warning: 0.4.0 has many break changes compared to 0.3.0, please see the document.

## Installation

Installed by adding `wechat` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:wechat, "~> 0.4.0"}
  ]
end
```

## Usage

Please view [hexdocs](https://hexdocs.pm/wechat).