1.0.2 • Published 8 years ago
cryptocompare-api v1.0.2
cryptocompare-api
JavaScript library for the CryptoCompare api.
Warning: the CryptoCompare documentation page has some inaccuracies. Reference this page for the most accurate documentation.
Dependencies
The cryptocompare-api library requires fetch to be available in the global namespace. If needed, a polyfill can be found here.
For usage in Node.js, install node-fetch and set it on global.
Example:
global.fetch = require('node-fetch');Install
With yarn:
yarn add cryptocompare-apiWith npm:
npm install cryptocompare-api