Nexuist / CoinMarketCapAPI

JSON API for coinmarketcap.com written in node and hosted on OpenShift.
https://coinmarketcap-nexuist.rhcloud.com
54 stars 24 forks source link

Download data from first 5 pages #11

Closed dakk closed 7 years ago

dakk commented 8 years ago

Offer the availability of more cryptocurrencies by parsing 5 pages of coins (500 coins)

Nexuist commented 8 years ago

Hi,

CoinMarketCap recently released their own API: https://coinmarketcap.com/api/

This should do what you want. I'm probably going to deprecate this project soon - I don't really see why you'd use this over CoinMarketCap's.

dakk commented 8 years ago

Hi Nexuist, I'm still using your APIs because coinmarketcap only offer the api ticker/:coinname while I need ticker/:symbol that you provide. I could switch but your service is better for now ;)

Nexuist commented 8 years ago

Oh ok! Good to hear :)

Your PR looks fine. I'll just have to test it in my dev environment and push it out as soon as everything checks out. I'll let you know here.

dakk commented 8 years ago

Yea :+1:

Nexuist commented 7 years ago

Unfortunately what seemed like a simple change didn't really work out - I'd have to modify a bit more of the API than I assumed. Right now I'm focused on bringing the service back up, but maybe one day I'll look into this again.