We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989136f commit c5275f0Copy full SHA for c5275f0
1 file changed
README.md
@@ -55,4 +55,16 @@ After installation the currencies listing is available on the `/cnb-cache/` path
55
* http://localhost/cnb-cache/?currency=eur - todays EUR rate
56
* http://localhost/cnb-cache/?currency=USD&age=yesterday - yesterday $ rate
57
58
+```json
59
+{
60
+ "id": 6,
61
+ "date": "2025-01-24",
62
+ "currency": "dolar",
63
+ "amount": 1,
64
+ "code": "USD",
65
+ "rate": 23.958,
66
+ "age": 2
67
+}
68
+```
69
+
70
The systemd-crond service is started and the cache is updated every day at 0:01 AM
0 commit comments