https://github.com/timkley/deine-mutter
https://github.com/timkley/deine-mutter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timkley/deine-mutter
- Owner: timkley
- Created: 2022-07-07T09:00:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T06:02:48.000Z (3 months ago)
- Last Synced: 2025-01-27T06:31:21.271Z (3 months ago)
- Language: Nunjucks
- Size: 192 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deine-Mutter-API
Ever needed an easy way to get a random, german your-mom joke programmatically? Well, now you can!
This API features a list of over 50 hand-picked jokes. Every joke had to pass the high quality "at-least-made-me-exhale-a-little-more-than-usual" test.
## Usage
The endpoint is available at `https://deine-mutter.timkley.dev/api` and returns a random joke as JSON:
```json
{
"joke": "Deine Mutter liebt diese API."
}
```Now you can finally write that bot that messages your friend every hour to insult his/her mom.
## Contributing
PRs with good jokes are very welcome and I'm happy to merge them. Please keep in mind that every joke has to pass the same high quality standards that went into crafting the initial list of jokes.
Just add your joke to the file `jokes.json` and submit your PR.