README.md
# TwitchAPI
Twitch API library used by other `HelloStream` libraries.
## Installation
The package can be installed by adding `hello_twitch_api` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hello_twitch_api, "~> 0.4.0"}
]
end
```