current_streak_ex

Get github current streak which support only public repositories

MIT License

Downloads
815
Stars
3
Committers
1

CurrentStreakEx

Get github current streak which support only public repositories.

Installation

If available in Hex, the package can be installed as:

  1. Add current_streak_ex to your list of dependencies in mix.exs:

    def deps do [{:current_streak_ex, "~> 0.1.1"}] end

How to use

iex> CurrentStreakEx.contributions("KazuCocoa") |> CurrentStreakEx.current_streak
4
iex> CurrentStreakEx.contributions("KazuCocoa") |> CurrentStreakEx.latest_streak_day
"2016-01-30"

License

MIT

Package Rankings
Top 40.39% on Hex.pm