cryptocompare-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i cryptocompare-api

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rhonsby