Curated words from people. Mostly about art and life.
Type | File | URL |
---|---|---|
Quotes JSON | json/quotes.json | https://etrusci-org.github.io/quotes/json/quotes.json |
Quotes JSON minified | json/quotes.min.json | https://etrusci-org.github.io/quotes/json/quotes.min.json |
Quotes Markdown | markdown/quotes.md | https://etrusci-org.github.io/quotes/markdown/quotes.md |
Quotes Text | text/quotes.txt | https://etrusci-org.github.io/quotes/text/quotes.txt |
Authors JSON | author/authors.json | https://etrusci-org.github.io/quotes/author/authors.json |
Authors JSON minified | author/authors.min.json | https://etrusci-org.github.io/quotes/author/authors.min.json |
Authors Plain Text | author/authors.txt | https://etrusci-org.github.io/quotes/author/authors.txt |
Fullscreen random quotes viewer for your big screens.
Base URL: https://etrusci.org/tool/quotes
You can override some settings with URL request parameters:
Parameter | Default | Description |
---|---|---|
update_rate |
60 |
Interval between loading quotes in seconds |
typing_speed |
80 |
Speed of the typewriter effect in milliseconds, 1000 ms = 1s |
src |
../json/quotes.min.json |
Path or URL to your custom quotes file |
Keep CORS in mind when using a remote URL for src
. E.g. the CDN must support it.
Examples:
https://etrusci.org/tool/quotes?update_rate=10
https://etrusci.org/tool/quotes?typing_speed=20
https://etrusci.org/tool/quotes?src=https://etrusci-org.github.io/quotes/json/quotes.min.json
https://etrusci.org/tool/quotes?update_rate=10&typing_speed=20&src=https://etrusci-org.github.io/quotes/json/quotes.min.json
In case you clone this repo and want to maintain your own quotes:
- Edit source.json
$ python3 bake.py