Skip to content

Instantly share code, notes, and snippets.

@cashlo
Created November 2, 2017 10:27
Show Gist options
  • Save cashlo/edb2e51a7d9c0be45fbdd8725c310fd6 to your computer and use it in GitHub Desktop.
Save cashlo/edb2e51a7d9c0be45fbdd8725c310fd6 to your computer and use it in GitHub Desktop.
fetch('https://cors.io/?https://www.duolingo.com/users/CashLo')
.then(response => response.json())
.then(json => console.log(json))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment