README.md
# Exnoops
[](https://gitlab.com/bfcarpio/exnoops/commits/master)
[](https://gitlab.com/bfcarpio/exnoops/commits/master)
[](https://opensource.org/)
[](https://opensource.org/licenses/mit-license.php)

Elixir's premier Github Noop API wrapper client! Provides minimal processing and full compatibility with the API.
PR's are welcome!
## Installation
[Available in Hex](https://hex.pm/packages/exnoops), the package can be installed
by adding `exnoops` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exnoops, "~> 0.1.2"}
]
end
```
Documentation is generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm/exnoops/api-reference.html). The docs can
be found at [https://hexdocs.pm/exnoops](https://hexdocs.pm/exnoops).