coinmarketcap-api icon indicating copy to clipboard operation
coinmarketcap-api copied to clipboard

CoinMarketCap API wrapper for node

Results 8 coinmarketcap-api issues
Sort by recently updated
recently updated
newest added

Needed to call mock service for e2e tests, avoiding calling the real API, added baseUrl as optional parameter since it was hard coded.

CORS policy has been updated to reject javascript requests.

`/v1/fiat/map` is available on the free tier, as seen at https://coinmarketcap.com/api/documentation/v1/#operation/getV1FiatMap

enhancement
help wanted
feature_request

Documentation: https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/index.js#L13 v.s. Code: https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/index.js#L18 I don't really care which is default, but the code and docs should be consistent at the least.

Hello there, I am a typescript user, and I am trying to use this package in my project, but seems like there is no declaration file for this package. Is...