UNPKG
ars-usd
Version:
latest (1.1.3)
1.1.3
1.0.3
1.0.2
1.0.1
Package that transform usd(blue) to ars
github.com/juancruzbidegain/ars-usd
juancruzbidegain/ars-usd
ars-usd
/
src
/
urls.js
7 lines
(4 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
DB
=
"https://api-dolar-argentina.herokuapp.com/api/dolarblue"
const
DO
=
"https://api-dolar-argentina.herokuapp.com/api/dolaroficial"
const
DMEP
=
"https://api-dolar-argentina.herokuapp.com/api/dolarbolsa"
module
.
exports
= {DB, DO, DMEP}