Learn how to add humanize duration to your Elixir project and start using it.
To use Humanize Time with your projects, edit your mix.exs file and add it as a dependency.
mix.exs
defp deps do [{:humanize_time, "~> 0.0.1"}] end