An open API service indexing awesome lists of open source software.

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)

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).