tiaanduplessis / coinmarketcap-api

CoinMarketCap API wrapper for node
MIT License
121 stars 37 forks source link

Simply doesn't work #11

Closed abletaz closed 6 years ago

abletaz commented 6 years ago

calling cmcClient.getTicker() results in an error "Cannot destructure property 'start'"

thebenlamm commented 6 years ago

try cmcClient.getTicker({})

tiaanduplessis commented 6 years ago

@abletaz should be resolved with v1.0.2. Please reopen if issue still exists.