Skip to content

Instantly share code, notes, and snippets.

@Kremilly
Created November 22, 2023 17:28
Show Gist options
  • Select an option

  • Save Kremilly/7c77ba6304476c1789b94b19e7367660 to your computer and use it in GitHub Desktop.

Select an option

Save Kremilly/7c77ba6304476c1789b94b19e7367660 to your computer and use it in GitHub Desktop.
fetch('https://gh-pinned-api.vercel.app/api?user=kremilly').then(
json => json.json()
).then(callback => {
console.log(callback)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment