stonks-cli
v1.0.0
Published
Check stock and crypto prices with zero API keys required
Maintainers
Readme
stonks-cli
Check stock and crypto prices with zero API keys required.
Install
npm install -g stonks-cliUsage
Get a single price
stonks price bitcoin
stonks price ethereumCompare multiple assets
stonks compare bitcoin ethereum dogecoinAPI Usage
const { getPrice, comparePrices } = require('stonks-cli');
const btcPrice = await getPrice('bitcoin');
console.log(`BTC: $${btcPrice}`);
const prices = await comparePrices(['bitcoin', 'ethereum']);Features
- ✅ No API key required
- ✅ Fast (powered by CoinGecko free API)
- ✅ Works for any cryptocurrency
License
MIT
