Current section
Files
Jump to
Current section
Files
README.md
# GitHub
[](https://travis-ci.org/WorkflowCI/github)
[](https://coveralls.io/github/WorkflowCI/github)
[](https://hex.pm/packages/github)
The simplest Elixir client for GitHub [REST API v3](https://developer.github.com/v3/).
## Resources
* [Organizations](https://hexdocs.pm/github/Github.Orgs.html)
* Repositories
* [Statuses](https://hexdocs.pm/github/Github.Repos.Statuses.html)
* Users
* [Emails](https://hexdocs.pm/github/Github.Users.Emails.html)
## Installation
The package can be installed by adding `github` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:github, "~> 0.1.0"}
]
end
```
## Testing
```
mix deps.get
mix test
```