https://github.com/maxbeizer/hedwig_dad_joke
A hedwig bot plugin that will make your eyes roll
https://github.com/maxbeizer/hedwig_dad_joke
Last synced: 8 months ago
JSON representation
A hedwig bot plugin that will make your eyes roll
- Host: GitHub
- URL: https://github.com/maxbeizer/hedwig_dad_joke
- Owner: maxbeizer
- License: mit
- Created: 2019-01-10T03:34:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T14:33:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T21:09:19.667Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Hedwig Dad Joke [](https://travis-ci.org/maxbeizer/hedwig_dad_joke)
A plugin for [Hedwig](https://github.com/hedwig-im) that will make your eyes roll.
## Usage
```
me> hedwig dad joke
hedwig> Sore throats are a pain in the neck!
https://icanhazdadjoke.com/j/jiVfq4MZDlb
```
Also supported variants are: `dad joke`, `dadjoke`, `dad joke me`, and
`dadjoke me`
## Installation
Add `hedwig_dad_joke` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:hedwig_dad_joke, "~> 1.2.0"}
]
end
```
Docs can be found at
[https://hexdocs.pm/hedwig_dad_joke](https://hexdocs.pm/hedwig_dad_joke).
## Lint
```
$ bin/lint
```
## License
[MIT](https://github.com/maxbeizer/hedwig_dad_joke/blob/master/LICENSE)