Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
cryptocheck
Advanced tools
A command line tool to check prices of cryptocurrencies.
Cryptocheck allows you to check prices of cyrptocurrencies via command line. It currently has support for:
npm install -g cryptocheck
ALWAYS pass the symbol to the tool. The command will return an error if you pass the full currency name.
Kraken:
cryptocheck kraken btc
cryptocheck kraken eth
cryptocheck kraken ltc
GDAX:
cryptocheck gdax btc
cryptocheck gdax eth
cryptocheck gdax ltc
CoinMarketCap.com
cryptocheck cmc sc
cryptocheck cmc xrp
Portfolio Check:
To get overview of your portfolio, add all your currencies in json file (sample file is in data/portfolio.json), and run following command.
cryptocheck portfolio <path-to-json-file>
Returns:
symbol price value change
------ --------- --------- ------
ETH $348.33 $3483.30 -0.45%
BTC $4388.93 $17555.72 1.14%
BCH $594.93 $1308.85 -3.51%
LTC $62.69 $642.58 1.15%
NEO $38.21 $1146.38 -1.8%
DASH $361.58 $3615.82 -0.72%
XEM $0.284149 $4.55 3.96%
XRP $0.217295 $10.86 7.64%
XMR $140.73 $1407.30 1.9%
Total: $29175.36
Example file is in data/portfolio.json
.
You can check for specific market by providing option as below, default market is coinmarketcap. You can change it to gdax/kraken. Note: Not all currencies are supported in all markets :(
cryptocheck portfolio -m cmc <path-to-json-file>
PRs are more than welcome! Just make sure to run gulp while developing to transpile and follow ESLint rules.
FAQs
Check prices of cryptocurrencies via command line
The npm package cryptocheck receives a total of 2 weekly downloads. As such, cryptocheck popularity was classified as not popular.
We found that cryptocheck demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.