Monitor stock and cryptocurrency prices with ease. Set alerts, track your portfolio, and generate daily reports.
# Install
npm install
# Add assets to watchlist
finance-watcher add BTC --type crypto
finance-watcher add AAPL --type stock
# Check current prices
finance-watcher prices
# Set an alert
finance-watcher alert BTC --above 50000
# Generate report
finance-watcher report --output daily-report.md
| Command | Description |
|---|---|
| --------- | ------------- |
add | Add to watchlist (--type crypto/stock) |
remove | Remove from watchlist |
list | Show watchlist |
prices | Get current prices |
alert | Set price alert (--above, --below, --percent) |
check | Check all alerts |
report | Generate portfolio report |
Works great with:
共 1 个版本