Posts by Estefano Moreira • 13 points
1 post
-
1
votes1
answer201
viewsQ: Use data from a request in a global variable
I’m having a difficulty that I’m sure is simple for you! var request = require('request') var a var b request('https://exrates.me/openapi/v1/public/ticker?currency_pair=eth_usd', function (error,…