Skip to content

Instantly share code, notes, and snippets.

@omariosouto
Created March 26, 2019 16:51
Show Gist options
  • Select an option

  • Save omariosouto/dbdf05016f0f44de31e5db029b563b78 to your computer and use it in GitHub Desktop.

Select an option

Save omariosouto/dbdf05016f0f44de31e5db029b563b78 to your computer and use it in GitHub Desktop.
fetch('http://twitelum-api.herokuapp.com/tweets')
.then(function(respostaDoServidor) {
console.log(respostaDoServidor)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment