{"id":22048273,"url":"https://github.com/devdhera/crypto-cli","last_synced_at":"2026-05-04T04:35:09.379Z","repository":{"id":43949205,"uuid":"253697953","full_name":"DevDHera/Crypto-Cli","owner":"DevDHera","description":"A simple cryptocurrency price checker in your terminal","archived":false,"fork":false,"pushed_at":"2024-03-16T20:14:42.000Z","size":5599,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:07:23.071Z","etag":null,"topics":["cli","cryptocurrency","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevDHera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-07T05:42:26.000Z","updated_at":"2024-01-14T12:45:18.000Z","dependencies_parsed_at":"2023-11-14T19:44:18.953Z","dependency_job_id":null,"html_url":"https://github.com/DevDHera/Crypto-Cli","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.1515151515151515,"last_synced_commit":"24121cb0bd6eb0d91a3fcab13877a15442295208"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FCrypto-Cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FCrypto-Cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FCrypto-Cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDHera%2FCrypto-Cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevDHera","download_url":"https://codeload.github.com/DevDHera/Crypto-Cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119574,"owners_count":20563763,"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":["cli","cryptocurrency","nodejs"],"created_at":"2024-11-30T14:09:44.991Z","updated_at":"2026-05-04T04:35:09.349Z","avatar_url":"https://github.com/DevDHera.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Issue Status][issue status badge]][issue status link] [![License Status][license status badge]][license status link] [![Fork Status][fork status badge]][fork status link]\n\n\u003c!-- markdownlint-disable --\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\n[issue status badge]: https://img.shields.io/github/issues/DevDHera/Crypto-Cli\n[issue status link]: https://github.com/DevDHera/Crypto-Cli/issues\n[license status badge]: https://img.shields.io/github/license/DevDHera/Crypto-Cli\n[license status link]: https://github.com/DevDHera/Crypto-Cli/blob/master/LICENSE\n[fork status badge]: https://img.shields.io/github/forks/DevDHera/Crypto-Cli\n[fork status link]: https://github.com/DevDHera/Crypto-Cli/network/members\n\n# Crypto-Cli 😎\n\nA simple cryptocurrency price checker in your terminal. Build with ❤ using [Nomics API](http://docs.nomics.com/).\n\n## Demo\n\n![Check Price](public/screencasts/check-price.gif)\n\n## Summary\n\n- [Getting Started](#getting-started)\n- [Prerequisites](#prerequisites)\n- [Checking CLI Version](#checking-cli-version)\n- [Commands](#commands)\n- [Built With](#built-with)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Getting Started\n\nGetting started with the `Crypto-Cli` is easy.\n\n1. First install the Nodejs via [site](https://nodejs.org/en/) or [NVM](https://github.com/nvm-sh/nvm).\n\n2. Install the `Cryto-cli` package gloabally.\n\n```sh\nnpm i -g @devdhera/crypto-cli\n```\n\n3. Get your free API key from [Nomics](https://nomics.com/).\n\n4. Configure `Crypto-cli` with the API key you recieved.\n\n```sh\ncrypto-cli key set\n```\n\n5. Now check the prices.\n\n```sh\ncrypto-cli check price\n```\n\n## Prerequisites\n\n`Crypto-Cli` uses **[Nomics](https://nomics.com/)** to as the cryptocurrency API.\n\nIn order to successfully run the cli get an API key.\n\n## Checking CLI Version\n\nRun `cryoto-cli --version` or `cryoto-cli -V` to determine what version you are currently working with.\n\n## Commands\n\nThe commands listed below are derived from the latest version of Crypto CLI. You can view the list of commands available with your version in your terminal using `crypto-cli --help`. To learn more about a specific command and its options use `crypto-cli [command] --help`.\n\n### Usage\n\n```sh\ncrypto-cli [command] [options]\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eSet API Key\u003c/summary\u003e\n\n```sh\ncrypto-cli key set\n```\n\n![Set API Key](public/screencasts/key-set.gif)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eShow API Key\u003c/summary\u003e\n\n```sh\ncrypto-cli key show\n```\n\n![Show API Key](public/screencasts/key-show.gif)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eRemove API Key\u003c/summary\u003e\n\n```sh\ncrypto-cli key remove\n```\n\n![Remove API Key](public/screencasts/key-remove.gif)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCheck Price\u003c/summary\u003e\n\n**GENERAL**\n\n```sh\ncrypto-cli check price\n```\n\n![Check Price - General](public/screencasts/check-price.gif)\n\n**COIN FLAG**\n\n```\ncrypto-cli check price --coin=BTC\n```\n\n![Check Price - Coin](public/screencasts/check-price-coin-flag.gif)\n\n**CURRENCY FLAG**\n\n```\ncrypto-cli check price --cur=LKR\n```\n\n![Check Price - Currency](public/screencasts/check-price-cur-flag.gif)\n\n\u003c/details\u003e\n\n## Built With\n\n- [Commander](https://www.npmjs.com/package/commander) - CLI framework\n- [Inquirer](https://www.npmjs.com/package/inquirer) - Interactive CLI user interfaces\n- [Configstore](https://www.npmjs.com/package/configstore) - Config storage lib\n- [Colors](https://www.npmjs.com/package/colors) - To beautify output\n- [Axios](https://www.npmjs.com/package/axios) - HTTP Client\n\n## Contributing\n\nPlease read [CODE_OF_CONDUCT.md](https://github.com/DevDHera/Crypto-Cli/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n- **Devin Herath** - _Initial work_ - [DevDHera](https://github.com/DevDHera)\n\nSee also the list of [contributors](https://github.com/DevDHera/Crypto-Cli/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/DevDHera/Crypto-Cli/blob/master/LICENSE) file for details.\n\n## Acknowledgments\n\n- [Brad Traversy](https://github.com/bradtraversy) for this being the guiding light 😇\n- [PurpleBooth](https://github.com/PurpleBooth) for this awesome README template ❤\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fcrypto-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdhera%2Fcrypto-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdhera%2Fcrypto-cli/lists"}