@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: {} });

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

    Package Sidebar

    Install

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

    Weekly Downloads

    12

    Version

    0.2.2

    License

    MIT

    Unpacked Size

    4.62 kB

    Total Files

    6

    Last publish

    Collaborators

    • zfael