Created
July 21, 2017 01:12
-
-
Save rdegges/366d1849c8247aca570816792f719ba7 to your computer and use it in GitHub Desktop.
Crypto Compare getCoinImage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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