Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created July 21, 2017 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/366d1849c8247aca570816792f719ba7 to your computer and use it in GitHub Desktop.
Save rdegges/366d1849c8247aca570816792f719ba7 to your computer and use it in GitHub Desktop.
Crypto Compare getCoinImage
getCoinImage: function(symbol) {
return CRYPTOCOMPARE_API_URI + this.coinData[symbol].ImageUrl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment