README.md

# NeteaseMusicApi
网易云音乐API, 基于Plug的Elixir版本.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `netease_music_api` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:netease_music_api, "~> 1.0.2"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/netease_music_api](https://hexdocs.pm/netease_music_api).

## Inspiration
This Project is inspired by [Node.js version](https://github.com/Binaryify/NeteaseCloudMusicApi). Check it out. 

## Contributing
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!