Ehee

This is an unofficial elixir client for the Github API.

Installation

If available in Hex, the package can be installed as:

  1. Add ehee to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:ehee, "~> 0.1.0"}]
end
```
  1. Ensure ehee is started before your application:
```elixir
def application do
  [applications: [:ehee]]
end
```
  1. Fetching dependencies and running on elixir console:
```elixir
mix deps.get
iex -S mix
```

This software is released under the MIT License, see LICENSE.txt.