Skip to content

Instantly share code, notes, and snippets.

@ebectar
Last active May 17, 2018 17:36
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