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 86515ef commit 7d81af7Copy full SHA for 7d81af7
README.md
@@ -1,5 +1,7 @@
1
# Introduction
2
-This is unofficial https://exchangerate.host (https://github.com/Formicka/exchangerate.host) python client library
+This is unofficial [exchangerate.host](https://github.com/Formicka/exchangerate.host) python client library.
3
+
4
+exchangerate.host is a simple and lightweight free service for current and historical foreign exchange rates & crypto exchange rates.
5
6
# Getting started
7
@@ -21,9 +23,6 @@ client = exchangerate.ExchangerateClient()
21
23
print(client.latest())
22
24
```
25
-## Configuration
--
26
-
27
# Development guide
28
## Testing
29
This package uses `tox` to run testing automation against multiple python versions, to install and run tox, use
0 commit comments