coinmarketcap-node
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

coinmarketcap-node

A complete Node.js library for CoinmarketCap.

How to use

/* eslint-disable import/no-unresolved,no-console */
const CoinMarketCap = require('coinmarketcap-node').default;

(async () => {
  const coinmarketcap = new CoinMarketCap('apiKey');
  const currencies = await coinmarketcap.listingsLatest();
  console.info(currencies);
})();

/coinmarketcap-node/

    Package Sidebar

    Install

    npm i coinmarketcap-node

    Weekly Downloads

    0

    Version

    0.0.6

    License

    Apache-2.0

    Unpacked Size

    21.7 kB

    Total Files

    13

    Last publish

    Collaborators

    • soulmachine