Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created June 14, 2018 09:31
Show Gist options
  • Save Hydrock/60ca7ca03cdcaee463d77ed954e14feb to your computer and use it in GitHub Desktop.
Save Hydrock/60ca7ca03cdcaee463d77ed954e14feb to your computer and use it in GitHub Desktop.
var request = require('request-promise');
var main = function() {
var myAPIKey = 'ndsvn2g8dnsb9hsg';
var url = 'https://externalapi.service.com/v1/query?key=' + myAPIKey;
return request(url);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment