ABSphreak / readme-jokes

😄 Jokes for your GitHub READMEs
https://readme-jokes.vercel.app/api
MIT License
646 stars 119 forks source link

How to use the parameters? #35

Closed mirzafahad closed 3 years ago

mirzafahad commented 3 years ago

Couldn't figure out how to use the parameters. Like, how to change the bgcolor. Can you provide an example?

ABSphreak commented 3 years ago

Hey @mirzafahad, Thanks for reaching out.

You can change the colors on the card using following URL parameters:

Example → If you want to change the bgColor to #1b4332, you would change the # symbol with %23 in URL and keep the color code same like this:

https://readme-jokes.vercel.app/api?bgColor=%231b4332

Hope it answers your query. Reopen this issue or just comment on the thread if you have any further doubts/suggestions.

mirzafahad commented 3 years ago

Thank you very much!