Skip to content

Instantly share code, notes, and snippets.

@tomwolber
Created January 20, 2014 21:21
Show Gist options
  • Save tomwolber/8529472 to your computer and use it in GitHub Desktop.
Save tomwolber/8529472 to your computer and use it in GitHub Desktop.
request.get({url : 'https://lasamobi.com.br/LatLong/json/lojas.json', rejectUnauthorized: false }, function (error, response, body) {
console.log('request');
storeData = JSON.parse(body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment