README.md
# Exnoops
[![pipeline status](https://gitlab.com/bfcarpio/exnoops/badges/master/pipeline.svg)](https://gitlab.com/bfcarpio/exnoops/commits/master)
[![coverage report](https://gitlab.com/bfcarpio/exnoops/badges/master/coverage.svg)](https://gitlab.com/bfcarpio/exnoops/commits/master)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)
[![MIT Licence](https://img.shields.io/hexpm/l/exnoops.svg)](https://opensource.org/licenses/mit-license.php)
![Hex.pm](https://img.shields.io/hexpm/v/exnoops.svg)
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).