{"id":13657897,"url":"https://github.com/ryanwinchester/hedwig_weather","last_synced_at":"2026-05-13T06:04:05.393Z","repository":{"id":57504705,"uuid":"95503536","full_name":"ryanwinchester/hedwig_weather","owner":"ryanwinchester","description":"Hedwig Weather Responder","archived":false,"fork":false,"pushed_at":"2018-10-12T20:31:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T04:03:25.726Z","etag":null,"topics":["bot","hedwig","irc-bot","responder","slack-bot"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanwinchester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-27T01:10:46.000Z","updated_at":"2018-10-12T20:31:18.000Z","dependencies_parsed_at":"2022-08-29T23:40:56.811Z","dependency_job_id":null,"html_url":"https://github.com/ryanwinchester/hedwig_weather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanwinchester%2Fhedwig_weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanwinchester%2Fhedwig_weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanwinchester%2Fhedwig_weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanwinchester%2Fhedwig_weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanwinchester","download_url":"https://codeload.github.com/ryanwinchester/hedwig_weather/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241451552,"owners_count":19964899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","hedwig","irc-bot","responder","slack-bot"],"created_at":"2024-08-02T05:00:52.936Z","updated_at":"2026-05-13T06:04:00.360Z","avatar_url":"https://github.com/ryanwinchester.png","language":"Elixir","funding_links":[],"categories":["Responders"],"sub_categories":[],"readme":"# Hedwig Weather Responder\n\n[![Hex.pm](https://img.shields.io/hexpm/v/hedwig_weather.svg)](https://hex.pm/packages/hedwig_weather)\n [![Hex.pm](https://img.shields.io/hexpm/l/hedwig_weather.svg)](https://hex.pm/packages/hedwig_weather)\n [![Hex.pm](https://img.shields.io/hexpm/dt/hedwig_weather.svg)](https://hex.pm/packages/hedwig_weather)\n [![Build Status](https://travis-ci.org/ryanwinchester/hedwig_weather.svg?branch=master)](https://travis-ci.org/ryanwinchester/hedwig_weather)\n\n## Installation\n\nAdd to the deps in `mix.exs`\n\n```elixir\ndef deps do\n  [\n    {:hedwig_weather, \"~\u003e 0.1.0\"},\n  ]\nend\n```\n\n## Config\n\nAdd the responder to your `:responders` list in your bot config, `config/config.exs`\n\n```elixir\nconfig :my_robot, MyApp.MyRobot,\n  responders: [\n    {Hedwig.Responders.Weather, []},\n  ]\n```\n\n## Environment variables\n\n- `LOCATION` environment variable for the default location\n- `DARKSKY_KEY` environment variable for your [darksky.net](https://darksky.net) API key\n\nOr, you can override the config, like so:\n\n```elixir\nconfig :hedwig_weather,\n  location: \"Abbotsford, BC\",\n  darksky_key: \"abcdefg12345678\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanwinchester%2Fhedwig_weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanwinchester%2Fhedwig_weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanwinchester%2Fhedwig_weather/lists"}