coinmarketcap-api
coinmarketcap-api copied to clipboard
CoinMarketCap API wrapper for node
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
Signed-off-by: Ryan Goulding
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...