An open API service indexing awesome lists of open source software.

https://github.com/kevindasilvas/issues

Elixir CLI that fetches issues for a given username and repository using the GitHub API
https://github.com/kevindasilvas/issues

api cli elixir elixir-lang github httpoison poison

Last synced: 18 days ago
JSON representation

Elixir CLI that fetches issues for a given username and repository using the GitHub API

Awesome Lists containing this project

README

          

# Issues

**Elixir CLI that fetches issues for a given username and repository using the GitHub API**

## Installation

If Elixir(with mix) and Erlang are installed:

- Run on terminal
```
mix escript.build
```
- CLI options
```
./issues "github_username" "repository_name" 10(optional field, dislays only the last n issues)
```