Posts by Charlie Harper • 21 points
2 posts
-
2
votes1
answer547
viewsQ: Return module.Exports values by Return
I have the following code that the data are returning right by console.log() var request = require("request"); var myJSON = require("JSON"); function resultado(url, callback) { request({ url: url,…
-
0
votes1
answer115
viewsQ: module.Exports mount an array with the api data
Well I’m having the following problem is I’m not getting it at all. Well I have a script config.js module.exports = { "adsense": { "bloco728x90": { "google_ad_client": "ca-pub-x", "google_ad_slot":…