Skip to content

ryanwinchester/hedwig_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hedwig Weather Responder

Hex.pm Hex.pm Hex.pm Build Status

Installation

Add to the deps in mix.exs

def deps do
  [
    {:hedwig_weather, "~> 0.1.0"},
  ]
end

Config

Add the responder to your :responders list in your bot config, config/config.exs

config :my_robot, MyApp.MyRobot,
  responders: [
    {Hedwig.Responders.Weather, []},
  ]

Environment variables

  • LOCATION environment variable for the default location
  • DARKSKY_KEY environment variable for your darksky.net API key

Or, you can override the config, like so:

config :hedwig_weather,
  location: "Abbotsford, BC",
  darksky_key: "abcdefg12345678"

Releases

No releases published

Packages

No packages published

Languages