An utterly fantastic Slack integration for classic dad jokes.
Currently under revision! Updating and making things better 💪
Add to your Slack https://dadjokes.samrose3.com
In a Slack channel or direct message, use the slash command /dadjokes
.
-
Download the repo
git clone https://github.com/samrose3/dadjokes.git cd dadjokes
-
Build the static web site
gulp
-
Create your virtual environment (virtualenv or virtualenvwrapper)
-
With your environment active, install the required python packages
pip install -r requirements.txt
-
Start up the server locally
python manage.py runserver
-
Go check it out http://127.0.0.1:8000
-
Test out the API:
- Jokes /api/v1/jokes