A simple CLI app to view cryptocurrency indicators
npm install lazycrypto-cliA CLI cryptocurrency tracking dashboard with real-time data and technical indicators.
``bash`
npx lazycrypto-cli@latest
You will be prompted to add your free LiveCoinWatch api key
It will be saved in .config/lazycrypto/config.json
You can use the "mini" arg if you are using tmux or zellij to make the terminal split automatically and see a minified version of the price and indicators on top and continue working on the bottom section.
``
npx lazycrypto-cli@latest mini
/ / / = going up
\ \ \ = going down
c=lowest close C=highest close h=highest high B=highest close & high l=lowest low T=lowest low & close
Lazucrypto has an integration with KuCoin API, you can set up your kucoin api key, api passphrase and api secret (stored locally in .config/lazycrypto).
Press 'o' to open the order form.
Always use a sub account credentials, not your main one just to be safe
If you are going to put your keys in some OSS take some time to investigate and/or review the code!
Currently configured cryptocurrencies:
- Bitcoin (BTC)
- Monero (XMR)
- Ethereum (ETH)
- Cardano (ADA)
- Solana (SOL)
- Polygon (MATIC)
- Chainlink (LINK)
1. Fork the repository
2. Create a feature branch (git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature'
3. Commit your changes ()git push origin feature/amazing-feature`)
4. Push to the branch (
5. Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
---
⚠️ Disclaimer: This application is for informational purposes only. Cryptocurrency investments carry risk. Always do your own research before making investment decisions.