1.0.0 • Published 1 year ago

coingecko-top-cap v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

1.0.0

1 year ago