README.md

# WechatPay

WechatPay in Elixir.

[![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)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e7bfcfe7d58c4f4bacb97229ba532673)](https://www.codacy.com/gh/elixir-wechat/wechat_pay?utm_source=github.com&utm_medium=referral&utm_content=elixir-wechat/wechat_pay&utm_campaign=Badge_Grade)
[![Hex.pm](https://img.shields.io/hexpm/v/wechat_pay.svg)](https://hex.pm/packages/wechat_pay)
![Hex.pm](https://img.shields.io/hexpm/dt/wechat_pay.svg)

## Installation

Add `wechat_pay` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:wechat_pay, "~> 0.9.0"},
    {:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
  ]
end
```

## Usage

Please view the [Online documentation](https://hexdocs.pm/wechat_pay).