Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created July 21, 2017 01:21
Show Gist options
  • Save rdegges/c22070f9dcbed8dc129df0a1f3ab863e to your computer and use it in GitHub Desktop.
Save rdegges/c22070f9dcbed8dc129df0a1f3ab863e to your computer and use it in GitHub Desktop.
Crypto Compare setInterval
/**
* Once the page has been loaded and all of our app stuff is working, we'll
* start polling for new cryptocurrency data every minute.
*
*/
setInterval(() => {
app.getCoins();
}, UPDATE_INTERVAL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment