Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moneda

npm version

Command line to track cryptocurrency prices

Requirements

  • Node.js >= 22.0.0

Installation

npm install -g moneda-cli

Usage

# Display price data for a specific coin (auto-refreshes every 30 seconds)
moneda -t BTC
# Display price data for multiple coins
moneda -t BTC ETH XRP
# Display prices in a different currency
moneda -t BTC -c EUR
moneda -t ETH -c GBP
moneda -t XRP -c JPY
# Customize refresh interval (in seconds)
moneda -t BTC -s 10     # Refresh every 10 seconds
moneda -t ETH -s 60     # Refresh every 60 seconds
# Show help
moneda -h

Note: The app automatically refreshes prices every 30 seconds by default. Use the -s flag to customize the refresh interval.

Supported Coins

Supported by all sources (best results):

  • Bitcoin (BTC)
  • Ethereum (ETH)
  • Ripple (XRP)
  • Bitcoin Cash (BCH)
  • Litecoin (LTC)
  • Dash (DASH)
  • Monero (XMR)

Also supported via CoinGecko:

  • Cardano (ADA)
  • Stellar (XLM)
  • IOTA (MIOTA)
  • And 13,000+ more coins!

Supported Sources

  • Coinbase
  • Kraken
  • CoinGecko

Product Hunt

Share your thoughts on Product Hunt

Tips

If you'd like to see this tool developed further consider sending over a tip

Coin Wallet
Bitcoin (BTC) bc1qkmt89twaqz5hvq9676agxj8jgatfy4wgyyuuzc

About

Command line to track cryptocurrency prices

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages