Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created August 12, 2018 13:08
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 DZuz14/8a3c35bf6f60078d23561af899d69c37 to your computer and use it in GitHub Desktop.
Save DZuz14/8a3c35bf6f60078d23561af899d69c37 to your computer and use it in GitHub Desktop.
Currencies
currencies: [
{
currencyName: 'Bitcoin',
marketCap: 106330074359
},
{
currencyName: 'Ethereum',
marketCap: 32402945322
},
{
currencyName: 'XRP',
marketCap: 11864383092
},
{
currencyName: 'Bitcoin Cash',
marketCap: 9612908814
},
{
currencyName: 'EOS',
marketCap: 4644155391
},
{
currencyName: 'Stellar',
marketCap: 4084424747
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment