mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-12-20 03:10:38 +01:00
rename view
This commit is contained in:
26
README.md
26
README.md
@@ -16,15 +16,21 @@ Congratulations! Now the cli binary `ecb-rates` will be in your cargo bin folder
|
||||
|
||||
## Features
|
||||
|
||||
- Fetch and display select currencies:
|
||||
- as an ASCII table
|
||||
- in JSON prettified
|
||||
- in JSON minified
|
||||
- Fetch in different "resolutions":
|
||||
- Last available day.
|
||||
- Since the dawn of the *EUR*
|
||||
- in day resolution
|
||||
- in 90 day resolution
|
||||
#### Fetch in different views
|
||||
|
||||
- Last available day.
|
||||
- Last 90 days
|
||||
- Since the dawn of the *EUR*
|
||||
|
||||
#### Display select currencies
|
||||
|
||||
- as an ASCII table
|
||||
- in JSON prettified
|
||||
- in JSON minified
|
||||
|
||||
#### Cache
|
||||
|
||||
It features an extensive cache, which will [calculate hollidays](src/holiday.rs) in order to know whether to invalidate it or not.
|
||||
|
||||
### Example
|
||||
|
||||
@@ -43,4 +49,4 @@ NOK 11.7385
|
||||
|
||||
## Acknowledgment
|
||||
|
||||
The data is (obviously) provided by the [European Central Bank](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html)
|
||||
The data is (obviously) provided by the [European Central Bank](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html)
|
||||
Reference in New Issue
Block a user