Build StatusCodecov masterInline docs

ExTwitch

Simple Elixir wrapper for the Twitch V5 API.

This is still a work in progress but some aspects do work. Use at your own risk.

Installation

The package can be installed by adding ex_twitch to your list of dependencies in mix.exs:

def deps do
  [{:ex_twitch, "~> 0.0.1"}]
end

Currently Implemented

The checked items are the currently supported API calls. If you'd like to contribute to the implementation of one or you've seen that Twitch has added another API, feel free to do a pull request to add it to the list and/or implement it. :grinning: