Ehee
This is an unofficial elixir client for the Github API.
Installation
If available in Hex, the package can be installed as:
-
Add
eheeto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ehee, "~> 0.1.0"}]
end
```-
Ensure
eheeis started before your application:
```elixir
def application do
[applications: [:ehee]]
end
```- 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.