coingecko-top-cap

1.0.0 • Public • Published

Crypto Price App

This Node.js application fetches and displays the current prices of the top cryptocurrencies by market capitalization using the CoinGecko API.

Getting Started

Follow these steps to run the crypto price app on your local machine.

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from Node.js Official Website.

Installation

   npm install coingecko-top-cap

Usage

// Import
const topCap = require('coingecko-top-cap');

topCap.getCryptoPrices(10); // or any number you want

License

This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i coingecko-top-cap

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

3.54 kB

Total Files

6

Last publish

Collaborators

  • devexchanges