UNPKG

coin-ticker

Version:

Wrapper for bitcoin exchange apis. The easiest way to add cryptocurrency market data into your application!

10 lines (9 loc) 138 B
module.exports = () => { return new Promise((res, rej) => { res([ 'BTC_USD', 'LTC_USD', 'ETH_USD', ]) }); }