Skip to content

DevExchanges/coingecko-top-cap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published