mirror of
https://github.com/Steffo99/trivia.git
synced 2024-12-22 07:24:19 +00:00
Update readme
This commit is contained in:
parent
de7202d2aa
commit
03287084b8
2 changed files with 23 additions and 2 deletions
BIN
.media/icon-128x128_round.png
Normal file
BIN
.media/icon-128x128_round.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
25
README.md
25
README.md
|
@ -1,7 +1,28 @@
|
||||||
# trivia
|
<div align="center">
|
||||||
|
|
||||||
A static page displaying random trivia questions fetched from the [Open Trivia Database](https://opentdb.com/).
|
![](.media/icon-128x128_round.png)
|
||||||
|
|
||||||
|
# Trivia
|
||||||
|
|
||||||
|
Plain trivia questions website
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
[![Play on your browser!](https://img.shields.io/website?url=https%3A%2F%2Fgh.steffo.eu%2Ftrivia%2F)](https://gh.steffo.eu/trivia/)
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
Press any key to display the correct answer or to fetch the next question.
|
Press any key to display the correct answer or to fetch the next question.
|
||||||
|
|
||||||
|
> [!Warning]
|
||||||
|
> OpenTDB now has much longer rate limits than when the application was built, you might encounter issues if you attempt to request new questions too rapidly.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
![](https://imgur.com/jQiRr9E.png)
|
![](https://imgur.com/jQiRr9E.png)
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
Uses the awesome [Open Trivia Database](https://opentdb.com/) by [PixelTail Games](https://www.pixeltailgames.com/)!
|
||||||
|
|
Loading…
Reference in a new issue