Skip to content

Instantly share code, notes, and snippets.

@subramaniashiva
Created December 9, 2020 23:16
Show Gist options
  • Save subramaniashiva/a843eb136472730b32a77f39a968abbf to your computer and use it in GitHub Desktop.
Save subramaniashiva/a843eb136472730b32a77f39a968abbf to your computer and use it in GitHub Desktop.
fetch('https://images-api.nasa.gov/search?q=galaxy')
.then(response => response.json())
.then(data => console.log(data))
.catch(err => console.log(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment