https://github.com/ABSphreak/readme-jokes
π Jokes for your GitHub READMEs
https://github.com/ABSphreak/readme-jokes
api hacktoberfest jokes readme-jokes vercel vercel-now
Last synced: about 1 month ago
JSON representation
π Jokes for your GitHub READMEs
- Host: GitHub
- URL: https://github.com/ABSphreak/readme-jokes
- Owner: ABSphreak
- License: mit
- Created: 2020-07-30T11:14:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T20:17:49.000Z (2 months ago)
- Last Synced: 2025-03-10T18:14:37.356Z (about 1 month ago)
- Topics: api, hacktoberfest, jokes, readme-jokes, vercel, vercel-now
- Language: JavaScript
- Homepage: https://readme-jokes.vercel.app/api
- Size: 242 KB
- Stars: 679
- Watchers: 9
- Forks: 125
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-GithubProfile-README - readme-jokes
- awesome-github-profile - README Jokes - Random dev jokes in your GitHub README. (Tools)
- fucking-awesome-github-profile-readme - README Jokes - Random dev jokes in your GitHub README. (Tools)
- AwesomeGithubProfileTemplates - README Jokes - Random dev jokes in your GitHub README. (Resources / Tools)
- awesome-github-profile-readme - README Jokes - Random dev jokes in your GitHub README. (Tools)
- awesome-ubc-profile-readme - README Jokes - Random dev jokes in your GitHub README. (Tools)
- awesome-github-profile - Readme Jokes
- awesome-readme-tools - Readme Jokes - π Jokes for your github readmes. (Miscellaneous)
README
### Usage
Endpoint URL: `https://readme-jokes.vercel.app/api`
Embed one of these in your README:
```md

```or
```html
![]()
```### Customization Guide
Customize using `?` after /api in the https link, example here with no borders using the `hideBorder` parameter.
Markdown method:
``Image method:
``
Both methods will produce the following jokes card without border:

To use multiple parameters use '`&`' after the first parameter, e.g. `?hideBorder&theme=cobalt&qColor=%23944bcc&aColor=%23bbdb51`will produce a jokes card without border, with cobalt theme, answer color #944bcc and question color #bbdb51 like so:
#### Parameters Available
- `bgColor` β **Background Color**
- `borderColor` β **Border Color**
- `qColor` β **Question Color**
- `aColor` β **Answer Color**
- `textColor` β **Normal text Color**
- `codeColor` β **Code Color**
- `hideBorder` β **Mention as a value-less parameter to hide boder**
- `theme` β **Theme (Must be one of the following)**Click to see all available themes.
Theme Name
Preview Image
default
![]()
gradientBlue
![]()
solidBlue
![]()
halloween
![]()
watermelon
![]()
pinkish
![]()
daySky
![]()
radical
![]()
merko
![]()
gruvbox
![]()
tokyonight
![]()
onedark
![]()
cobalt
![]()
synthwave
![]()
dracula
![]()
prussian
![]()
monokai
![]()
vue
![]()
vue-dark
![]()
nightowl
![]()
buefy
![]()
blue-green
![]()
algolia
![]()
darcula
![]()
bear
![]()
solarized-dark
![]()
solarized-light
![]()
gotham
![]()
material-palenight
![]()
graywhite
![]()
ayu-mirage
![]()
calm
![]()
flag-india
![]()
omni
![]()
react
![]()
blueberry
![]()
random
![]()
_Note: Use URL-encoded `#` for color values i.e. `%23`
_
_eg: `#FFF` will be `%23FFF`
_
_Note: You can also use the URL parameters to customize the themes.
_
_URL eg: https://readme-jokes.vercel.app/api?bgColor=%23073b4c&textColor=%2306d6a0&aColor=%2306d6a0&borderColor=%2306d6a0_### Demo



### Known Issues
- Not Mobile responsive. [#3](https://github.com/ABSphreak/readme-jokes/issues/3)
### Contributions
- Fork this repository.
- Deploy on your own [Vercel](https://vercel.com/) instance.
- See [issues](https://github.com/ABSphreak/readme-jokes/issues) that need help.
- Open a [PR](https://github.com/ABSphreak/readme-jokes/pulls), if you solve something.
- Got some idea? Just open an [issue](https://github.com/ABSphreak/readme-jokes/issues/new).### References
- [Jokes](https://github.com/ABSphreak/readme-jokes/blob/master/src/jokes.json) API has been generated from [wesbos/dad-jokes](https://github.com/wesbos/dad-jokes)
- Project is inspired by [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats)---
Feel free to ask any questions, open a PR if you feel something can be done differently!
πStar this repositoryπ
Created by Abhinav Sharma & Community | Deployed on Vercel