mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-12 10:40:45 +02:00
6 lines
158 B
Markdown
6 lines
158 B
Markdown
We need to cache some information to :
|
|
* keep track of updates
|
|
* avoid making the same request each time
|
|
|
|
We use tinyDB for it's ease of use and readability.
|