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
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exnoops` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exnoops, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exnoops](https://hexdocs.pm/exnoops).