https://github.com/code-shoily/chuckx
Random Chuck Norris Jokes (A nod to Hasin Haydar's GoChuck)
https://github.com/code-shoily/chuckx
Last synced: 7 months ago
JSON representation
Random Chuck Norris Jokes (A nod to Hasin Haydar's GoChuck)
- Host: GitHub
- URL: https://github.com/code-shoily/chuckx
- Owner: code-shoily
- Created: 2017-03-07T17:38:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T18:03:58.000Z (over 9 years ago)
- Last Synced: 2024-12-29T02:31:42.841Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chuckx
Get Random Chuck Norris jokes for your entertainment.
A nod to Hasin Haydar's [gochuck](https://github.com/hasinhayder/GoChuck/)
## Installation
Add it to your mix project:
```elixir
def deps do
[{:chuckx, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/chuckx](https://hexdocs.pm/chuckx).