Skip to content

Commit c5275f0

Browse files
committed
example of output added
1 parent 989136f commit c5275f0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,16 @@ After installation the currencies listing is available on the `/cnb-cache/` path
5555
* http://localhost/cnb-cache/?currency=eur - todays EUR rate
5656
* http://localhost/cnb-cache/?currency=USD&age=yesterday - yesterday $ rate
5757

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+
5870
The systemd-crond service is started and the cache is updated every day at 0:01 AM

0 commit comments

Comments
 (0)