We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266b7d0 commit 688409dCopy full SHA for 688409d
2 files changed
README.md
@@ -2,6 +2,9 @@
2
3

4
5
+Store daily currency rates in SQL database for given time.
6
+
7
+Provide simple API like web interface for stored rates obtaining.
8
9
Installation
10
------------
@@ -18,7 +21,7 @@ sudo apt update
18
21
sudo apt install cnb-cache-DATABASE
19
22
```
20
23
-database can be `mysql` or `sqlite`
24
+database can be `mysql` or `sqlite`
25
26
27
Support the apache2 and lighthttpd web servers:
@@ -37,6 +40,11 @@ And finally the cache is initialized:
37
40
38
41

39
42
43
44
+Data stored in database:
45
46
+
47
48
Final configuration is stored in `/etc/cnb-cache/cnb-cache.env` file
49
50
After installation the currencies listing is available on the `/cnb-cache/` path.
db.png
28.8 KB
0 commit comments