Skip to content

Instantly share code, notes, and snippets.

@fernandodof
Created February 20, 2021 18:56
Show Gist options
  • Save fernandodof/75f3a8d35f8149a59d879dc86cbeff92 to your computer and use it in GitHub Desktop.
Save fernandodof/75f3a8d35f8149a59d879dc86cbeff92 to your computer and use it in GitHub Desktop.
const result = await fetch(`https://api.gold/price?days=${days}`);
const prices = await result.json();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment