This repo has been moved to emem365/DadJokes/DadJokesV1
This is a python app that pulls out random Dad Jokes from https://icanhazdadjoke.com/ and prints it to the user. It is deployed to heroku! Visit https://dadjokesv1.herokuapp.com/ to view.
This is really just a sample project on flask. If you wanna still mess around with stuff, clone the repo: https://github.com/emem365/DadJokesv1.git
All you need to get this project running is a virtual environment, and a few dependencies like
Python
flask library
I won't go into details of creating a virtual environment. Install Flask inside the environment
pip install flask
To run the project, just run the deploy.py file
python deploy.py
- Madhur Maurya - Creator - emem365
- A huge thanks to https://icanhazdadjoke.com/ whose free api we use :)