UNPKG
currencies-exchange-rates
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
currencies-exchange-rates
github.com/simaskem/currency-exchange
simaskem/currency-exchange
currencies-exchange-rates
/
src
/
constants
/
index.js
4 lines
•
176 B
JavaScript
View Raw
1
2
3
4
export
const
EUR
=
'EUR'
;
export
const
LATEST
=
'latest'
;
export
const
exchangeApi =
'https://api.exchangeratesapi.io/'
;
export
const
ttl =
60
*
60
*
2
;
// cache for 2 Hours