Skip to content

Instantly share code, notes, and snippets.

@woat
Created January 6, 2018 09:02
Show Gist options
  • Save woat/694d81c4236756f914d67da700488b3d to your computer and use it in GitHub Desktop.
Save woat/694d81c4236756f914d67da700488b3d to your computer and use it in GitHub Desktop.
fetch('https://jsonplaceholder.typicode.com/users')
.then(API_Response => API_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