coinmarketcapfree
v0.0.3
Published
![Dexi](https://i.ibb.co/ZBk2v0b/dexi.png)
Downloads
5
Maintainers
Readme
Coinmarketcap FREE
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);
})();