1.0.2 • Published 6 years ago

cryptocompare-api v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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-api

With npm:

npm install cryptocompare-api