https://github.com/codehutlabs/randomjoke
https://github.com/codehutlabs/randomjoke
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehutlabs/randomjoke
- Owner: codehutlabs
- License: mit
- Created: 2019-11-20T07:56:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:59:51.000Z (about 3 years ago)
- Last Synced: 2025-09-25T07:31:12.314Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
Random Joke
===========
.. image:: https://img.shields.io/pypi/v/randomjoke.svg
:target: https://pypi.python.org/pypi/randomjoke
.. image:: https://img.shields.io/travis/codehutlabs/randomjoke.svg
:target: https://travis-ci.org/codehutlabs/randomjoke
.. image:: https://readthedocs.org/projects/randomjoke/badge/?version=latest
:target: https://randomjoke.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Display a random joke from https://icanhazdadjoke.com API
* Free software: MIT license
* Documentation: https://randomjoke.readthedocs.io.
Installation
------------
You can download and install the latest version of this software from the Python package index (PyPI) as follows:
pip install --upgrade randomjoke
Usage
-----
In your command line simply type:
makeajoke
Features
--------
* Display a random joke from https://icanhazdadjoke.com API
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage