tiaanduplessis / coinmarketcap-api

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

Fix errors #7

Closed cryptofuture closed 6 years ago

cryptofuture commented 6 years ago

First of all base url should be without slash at the end, and should be slash after currency. you doing request to https://api.coinmarketcap.com//v1/ticker/coin?limit=1 instead https://api.coinmarketcap.com/v1/ticker/coin/?limit=1 Pls update package in npm