{"id":20205880,"url":"https://github.com/kaplanmaxe/cryptocheck","last_synced_at":"2025-07-08T08:05:03.347Z","repository":{"id":84708621,"uuid":"96020411","full_name":"kaplanmaxe/cryptocheck","owner":"kaplanmaxe","description":"Check prices of cryptocurrencies via command line","archived":false,"fork":false,"pushed_at":"2022-06-30T04:48:13.000Z","size":171,"stargazers_count":31,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T12:41:12.937Z","etag":null,"topics":["bitcoin","cli","coinmarketcap","cryptocurrencies","ethereum","gdax","kraken"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaplanmaxe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-02T11:58:02.000Z","updated_at":"2022-07-15T18:10:11.000Z","dependencies_parsed_at":"2023-09-06T18:50:46.913Z","dependency_job_id":null,"html_url":"https://github.com/kaplanmaxe/cryptocheck","commit_stats":{"total_commits":34,"total_committers":5,"mean_commits":6.8,"dds":0.5,"last_synced_commit":"1fdc949e1580e49fcf2d2833bb1b05aebd5f1520"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaplanmaxe/cryptocheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fcryptocheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fcryptocheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fcryptocheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fcryptocheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaplanmaxe","download_url":"https://codeload.github.com/kaplanmaxe/cryptocheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fcryptocheck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264229252,"owners_count":23576239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cli","coinmarketcap","cryptocurrencies","ethereum","gdax","kraken"],"created_at":"2024-11-14T05:19:53.481Z","updated_at":"2025-07-08T08:05:03.316Z","avatar_url":"https://github.com/kaplanmaxe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptocheck\n\n[![Build Status](https://travis-ci.org/kaplanmaxe/cryptocheck.svg?branch=master)](https://travis-ci.org/kaplanmaxe/cryptocheck)\n\nA command line tool to check prices of cryptocurrencies.\n\n### About\n\nCryptocheck allows you to check prices of cyrptocurrencies via command line. It currently has support for:\n\n* Kraken\n* GDAX\n* CoinMarketCap.com\n\n### Installation\n\n```\nnpm install -g cryptocheck\n```\n\n### Usage\n\nALWAYS pass the symbol to the tool. The command will return an error if you pass the full currency name.\n\nKraken:\n\n```\ncryptocheck kraken btc\ncryptocheck kraken eth\ncryptocheck kraken ltc\n```\n\nGDAX:\n\n```\ncryptocheck gdax btc\ncryptocheck gdax eth\ncryptocheck gdax ltc\n```\n\nCoinMarketCap.com\n```\ncryptocheck cmc sc\ncryptocheck cmc xrp\n```\n\nPortfolio Check:\n\nTo get overview of your portfolio, add all your currencies in json file (sample file is in data/portfolio.json), and run following command.\n```\ncryptocheck portfolio \u003cpath-to-json-file\u003e\n```\n\nReturns:\n\n```\nsymbol  price      value      change\n------  ---------  ---------  ------\nETH     $348.33    $3483.30   -0.45%\nBTC     $4388.93   $17555.72  1.14%\nBCH     $594.93    $1308.85   -3.51%\nLTC     $62.69     $642.58    1.15%\nNEO     $38.21     $1146.38   -1.8%\nDASH    $361.58    $3615.82   -0.72%\nXEM     $0.284149  $4.55      3.96%\nXRP     $0.217295  $10.86     7.64%\nXMR     $140.73    $1407.30   1.9%  \n\nTotal: $29175.36\n```\n\nExample file is in `data/portfolio.json`.\n\nYou 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 :(\n\n```    \ncryptocheck portfolio -m cmc \u003cpath-to-json-file\u003e\n```\n\n### Development\n\nPRs are more than welcome! Just make sure to run gulp while developing to transpile and follow ESLint rules.\n\n- `npm run test` (You will need to run `npm link` first)\n\nOccasionally, tests will timeout. If that is the case, restart the build in travis and let tests run again.\n\n### Authors\n\n- Max Kaplan: [@maxekaplan](https://twitter.com/maxekaplan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fcryptocheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaplanmaxe%2Fcryptocheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fcryptocheck/lists"}