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://developer.github.com/v3/orgs/)
* [Repositories](https://developer.github.com/v3/repos/)
* [Statuses](https://developer.github.com/v3/repos/statuses/)
## 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
```
make install
make test
```