README.md
# WechatPay
[![CI](https://github.com/elixir-wechat/wechat_pay/workflows/CI/badge.svg?branch=master)](https://github.com/elixir-wechat/wechat_pay/actions?query=workflow%3ACI)
[![Module Version](https://img.shields.io/hexpm/v/wechat_pay.svg)](https://hex.pm/packages/wechat_pay)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/wechat_pay/)
[![Total Download](https://img.shields.io/hexpm/dt/wechat_pay.svg)](https://hex.pm/packages/wechat_pay)
[![License](https://img.shields.io/hexpm/l/wechat_pay.svg)](https://github.com/elixir-wechat/wechat_pay/blob/master/LICENSE.md)
[![Last Updated](https://img.shields.io/github/last-commit/elixir-wechat/wechat_pay.svg)](https://github.com/elixir-wechat/wechat_pay/commits/master)
WechatPay in Elixir.
## Installation
Add `wechat_pay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wechat_pay, "~> 0.10.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```
## Usage
Please view the [Online documentation](https://hexdocs.pm/wechat_pay).
## Copyright and License
Copyright (c) 2016 Jun Lin
This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the [LICENSE.md](./LICENSE.md) file for more details.