ElixirCLE / biggest_slacker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BiggestSlacker

BiggestSlacker allows you to get a few statistics from your favorite Slack team :) You'll need to obtain a Slack API token first, and then export this as an environment variable:

export SLACK_TOKEN=your-awesome-token-1234

To hack on BiggestSlacker:

mix deps.get
mix test.watch

Installation (not there yet!)

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

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

    def deps do [{:biggest_slacker, "~> 0.0.1"}] end

  2. Ensure biggest_slacker is started before your application:

    def application do [applications: [:biggest_slacker]] end

About


Languages

Language:Elixir 100.0%