An open API service indexing awesome lists of open source software.

https://github.com/codewhiteweb/github-readme-riddle

GitHub Readme Riddles : Display Random riddles ๐Ÿค” on your github profile ๐Ÿค“
https://github.com/codewhiteweb/github-readme-riddle

github github-readme profile-readme profile-readme-generator readme serverless

Last synced: 9 months ago
JSON representation

GitHub Readme Riddles : Display Random riddles ๐Ÿค” on your github profile ๐Ÿค“

Awesome Lists containing this project

README

          


Github Readme Riddle


Everyday Riddles for your Github Readme.


Test your brain everday ๐Ÿ˜‰









Twitter: CodeWhiteWeb1


View Demo
ยท
Report Bug

## Features โœจ

- [Dynamic riddle in your GitHub Readme.](#Demo)
- [Create your own riddle.](#Custom)

## Usage โšก๏ธ

Copy the markdown below and paste it in your Github Readme.

```md
[![Readme Riddle](https://github-readme-riddle.vercel.app/api?type=horizontal&theme=dark)](https://github.com/CodeWhiteWeb/github-readme-riddle)
```

### Options

| Options | Default | Available |
| ------- | -------- | --------------------------------|
| type | vertical | horizontal, vertical |
| theme | light | check out [Theme.md](./theme.md)|

## Installation and Development ๐Ÿš€

To get started with developing this app locally, here are the steps:

Install the dependencies for the app using,

```sh
npm install
# or
yarn
```

And, then run the app using,

```sh
npx vercel dev
# or
yarn run vercel dev
```

## Demo

### Vertical

> You don't need to add **?type=vertical** parameter.

[![readme Riddle](https://github-readme-riddle.vercel.app/api?type=vertical)](https://github.com/CodeWhiteWeb/github-readme-riddle)

### Horizontal

> You need to add **?type=horizontal** parameter.

[![readme Riddle](https://github-readme-riddle.vercel.app/api?type=horizontal)](https://github.com/CodeWhiteWeb/github-readme-riddle)

### Light

> You don't need to add **?theme=light** parameter.

[![readme Riddle](https://github-readme-riddle.vercel.app/api?type=vertical)](https://github.com/CodeWhiteWeb/github-readme-riddle)

### Dark

> You need to add **?theme=dark** parameter.

[![readme Riddle](https://github-readme-riddle.vercel.app/api?theme=dark)](https://github.com/CodeWhiteWeb/github-readme-riddle)

### Other themes

> You need to add **?theme={theme_name}** parameter.

> Check out [Theme.md](./theme.md) for all themes (50+ themes)

## Contributing ๐Ÿค

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/CodeWhiteWeb/github-readme-riddle/issues).

## Special Thanks โค

- Inspired from [AnuragHazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats) & [PiyushSuthar/github-readme-quotes](https://github.com/PiyushSuthar/github-readme-quotes).
- [nkilm/riddles-api](https://github.com/nkilm/riddles-api) for Riddle API.

## Show your support ๐ŸŒˆ

Be sure to drop a ๐ŸŒŸ if you like the project!

## Author ๐Ÿค—

๐Ÿ‘ค **CodeWhiteWeb**

- Website: https://CodeWhiteWeb.cf
- Twitter: [@CodeWhiteWeb1](https://twitter.com/CodeWhiteWeb1)
- Github: [@CodeWhiteWeb](https://github.com/CodeWhiteWeb)

Made by CodeWhiteWeb with โค and JavaScript.