@scrape-it-all/coin-market-cap
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

coin-market-cap

This module basically gets information from coin-market-cap website for a given crypto-coin

Usage

Get information for given crypto-coin

import coinMarketCap, { CryptoCoinDetails } from '@scrape-it-all/coin-market-cap';

const metadata = {
  crypto: 'bitcoin'
};

const result: CryptoCoinDetails = await coinMarketCap.cryptoDetails({ metadata, launch: {} });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • coin-market-cap
  • 0.2.2
    1
    • latest

Version History

Package Sidebar

Install

npm i @scrape-it-all/coin-market-cap

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

4.62 kB

Total Files

6

Last publish

Collaborators

  • zfael