README.md
# WechatPay
WechatPay in Elixir.
[](https://travis-ci.org/elixir-wechat/wechat_pay)
[](https://hex.pm/packages/wechat_pay)
[](https://codebeat.co/projects/github-com-elixir-wechat-wechat_pay-master)
[](http://inch-ci.org/github/elixir-wechat/wechat_pay)
## Installation
Add `wechat_pay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wechat_pay, "~> 0.8.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```
## Usage
Please view the [Online documentation](https://hexdocs.pm/wechat_pay).