/Issues-elixir

Application to fetch issues of some project from github api using elixir

Primary LanguageElixir

Issues

Application to fetch issues of some project from github api using elixir

How run the application

For Install the dependences so copy:

mix deps.get

For build application so copy:

mix escript.build

For run aplication so copy:

./issues username_github project_name count_issues_in_project

Documentation

For know the documentation of aplication so copy in terminal:

mix docs

And open in any browser the file doc/index.html