Skip to content

Philosophical Quotes Generator

The philosophical quotes generator is an API that allows you to add a philosophical quote image to your GitHub README.

ref-reporef-online-toolref-official-doc

Parameters

Click to show/close parameters

NameTypeRequiredDefaultDescriptionMore Description
ref-querys
authorstringThis parameter allows you to filter the quotes by the name of the philosopher who said the quote. It is case-insensitive.Example: &author=Jean-Jacques Rousseau.
themestringThis parameter allows you to filter the quotes by the theme, i.e., the color scheme, available themes.
daily-quotebooleanIf you would rather only have the quote generated daily, you can use this parameter. It will only generate a new quote once per day. Any value makes this work.
daily-seedstringIf you don't like your friends to have the same quote as you, use a random seed.This also shuffles the array, you can check the algorithm that does this in the shuffle.mjs file.
quotestringThis parameter allows you to generate a specific quote. Simply put in the quote you would like to generate.Example: &quote=My%20Quote.
include-idsnumberThis parameter allows you to restrict generation to only include certain ID values.Example: &include-ids=1,18,6.
exclude-idsnumberThis parameter allows you to restrict certain ID values from the generation.Example: &exclude-ids=1,2,3.
txt
https://github-readme-philosophical-quotes.vercel.app/api/generate-image{?theme,author,daily-quote,quote,include-ids,exclude-ids}

Examples

Theme yeblu, autor, include id and exclude id

markdown
<!-- Philosophical Quotes Generator -->
![Philosophical Quotes Generator](https://github-readme-philosophical-quotes.vercel.app/api/generate-image?theme=yeblu&author=Jean-Jacques%20Rousseau&daily-quote=true&include-ids=11&exclude-ids=2)
Theme yeblu, autor, include id and exclude id

Theme calm and daily quote

markdown
<!-- Philosophical Quotes Generator -->
![Philosophical Quotes Generator](https://github-readme-philosophical-quotes.vercel.app/api/generate-image?theme=calm&daily-quote=true)
Theme calm and daily quote

Readme Widget Hub (v4.3.0) MIT Licensed