Philosophical Quotes Generator
The philosophical quotes generator is an API that allows you to add a philosophical quote image to your GitHub README.
Parameters
Click to show/close parameters
Name | Type | Required | Default | Description | More Description |
---|---|---|---|---|---|
author | string | This 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 . | ||
theme | string | This parameter allows you to filter the quotes by the theme, i.e., the color scheme, available themes. | |||
daily-quote | boolean | If 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-seed | string | If 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. | ||
quote | string | This parameter allows you to generate a specific quote. Simply put in the quote you would like to generate. | Example: "e=My%20Quote . | ||
include-ids | number | This parameter allows you to restrict generation to only include certain ID values. | Example: &include-ids=1,18,6 . | ||
exclude-ids | number | This 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 -->

Theme calm and daily quote
markdown
<!-- Philosophical Quotes Generator -->
