coinpaprika / coinpaprika-api-nodejs-client

This library provides convenient way to use Coinpaprika.com API in NodeJS.
https://api.coinpaprika.com/
MIT License
46 stars 12 forks source link

CORS error in getAllTickers method #9

Open novvac opened 1 year ago

novvac commented 1 year ago

When using this method, a double slash error appears in the link. This causes problems with data retrieval

image

Code usage: client.getAllTickers({ coinId: 'btc-bitcoin', quotes: ['BTC', 'ETH'] }).then(console.log).catch(console.error)