Skip to content

Instantly share code, notes, and snippets.

@deadlysyn
Created February 22, 2018 16:30
Show Gist options
  • Save deadlysyn/41441c2433e69917bfd9da451e828031 to your computer and use it in GitHub Desktop.
Save deadlysyn/41441c2433e69917bfd9da451e828031 to your computer and use it in GitHub Desktop.
const API = 'https://api.coindesk.com/v1/bpi/currentprice.json'
const PRICE = document.querySelector('#price')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment