Skip to content

Instantly share code, notes, and snippets.

@ebectar
Last active May 17, 2018 17:36
Show Gist options
  • Select an option

  • Save ebectar/c8234c1fc57261adb278e27840c63e6c to your computer and use it in GitHub Desktop.

Select an option

Save ebectar/c8234c1fc57261adb278e27840c63e6c to your computer and use it in GitHub Desktop.
const apiUrl = ''
fetch('apiUrl')
.then(response => response.json())
.then(data => console.log(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment