Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created June 14, 2018 14:44
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/74151288d3c0863db975827a14ac5c4d to your computer and use it in GitHub Desktop.
Save Hydrock/74151288d3c0863db975827a14ac5c4d to your computer and use it in GitHub Desktop.
const myAPIKey = 'ndsvn2g86nsb9hsg';
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