We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b243d49 commit d62185cCopy full SHA for d62185c
1 file changed
web-scraping/currency-converter/currency_converter_currencyapi.py
@@ -1,7 +1,7 @@
1
import requests
2
import urllib.parse as p
3
4
-API_KEY = "vh2Fth1cu2oe3AFJV5CtTgz50tgjUGUOhlHx0jrk"
+API_KEY = "<YOUR_API_KEY>"
5
base_url = "https://api.currencyapi.com/v3/"
6
7
# utility function that both functions will use
0 commit comments