0.0.3 • Published 7 months ago

coinmarketcapfree v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Coinmarketcap FREE

Dexi

With the CoinMarketCap Free module, you can track the prices and obtain comprehensive information about cryptocurrencies listed on the official CoinMarketCap website, all without the need for an API secret. Additionally, historical data is readily available for your convenience.

Installation

Install using npm:

npm install coinmarketcapfree --save

Usage

Require library

import { getCoinmarketDefault } from 'coinmarketcapfree';
(async () => {
    const result = await getCoinmarketDefault();
    console.log(result);
})();

DEXI