coinwink / cryptocurrency-logos

Cryptocurrency logos from CoinMarketCap
156 stars 57 forks source link

json with cmc id and slug #1

Closed cbellucci closed 6 years ago

cbellucci commented 6 years ago

Great job! I'm just dealing with this issue at this time and I found the following json: https://files.coinmarketcap.com/generated/search/quick_search.json, has the cmc id and the slug to get the images. You can use it to simplify this process.

giekaton commented 6 years ago

Oh yes, this is even better. This would take much less processing resources. Thanks for the tip, I will update the solution.

giekaton commented 6 years ago

The repository is now updated with the new solution that uses API discovered by cbellucci.