Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 440 Bytes

HedwigGithub

A GitHub responder for Hedwig.

Installation

After you create a Hedwig robot, add hedwig_github to your list of dependencies in mix.exs:

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

Ensure hedwig_github is started before your application:

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

Lastly, add HedwigGithub.Responders.Github as a responder to your robot in mix.exs.