Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created June 14, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hydrock/b5ab3530bb20a2d85d2483bc84603dc3 to your computer and use it in GitHub Desktop.
Save Hydrock/b5ab3530bb20a2d85d2483bc84603dc3 to your computer and use it in GitHub Desktop.
const myAPIKey = process.env.MYAPIKEY;
const url = 'https://externalapi.service.com/v1/query?key=' + myAPIKey;
const result = fetch(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment