currency-converterapi-js
Advanced tools
Comparing version 1.0.1 to 1.0.2
import Freecurrencyapi from 'currency-exchangeapi-js'; | ||
const freecurrencyapi = new Freecurrencyapi('fca_live_khdqlTnUiEShGG9fQknxBDqrAtSAKyotLx1paCpD'); | ||
const freecurrencyapi = new Freecurrencyapi('YOUR-API-KEY'); | ||
@@ -4,0 +4,0 @@ // Convert fromCurrency to toCurrency units |
{ | ||
"name": "currency-converterapi-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "convert the currency", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2561