Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekay1712/crypto-market-cli
This is a simple npm package to get information about cryptocurrencies price.
https://github.com/deekay1712/crypto-market-cli
javascript npm-package react-ink
Last synced: 25 days ago
JSON representation
This is a simple npm package to get information about cryptocurrencies price.
- Host: GitHub
- URL: https://github.com/deekay1712/crypto-market-cli
- Owner: deekay1712
- Created: 2022-07-08T15:30:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T07:32:58.000Z (over 2 years ago)
- Last Synced: 2024-09-30T10:23:33.995Z (about 1 month ago)
- Topics: javascript, npm-package, react-ink
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/crypto-market-cli
- Size: 906 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# crypto-market-cli
This is a simple npm package to get information about cryptocurrencies price. It uses the [CoinGecko](https://www.coingecko.com/en/api/documentation) API to get information.
## Instructions
```
$ npm install --global crypto-market-cli
```## CLI
```
Usage
$ crypto-market-cliOptions
--coins "coins name separated by space"Examples
$ crypto-market-cli --coins="tenset bitcoin gala"
```
## Screenshots![ss1](https://user-images.githubusercontent.com/80641727/178135138-3a9fa67e-4544-4c88-bb96-295d9e009920.png)
![ss2](https://user-images.githubusercontent.com/80641727/178135140-cbaf8262-d370-4978-9636-c79852b6dc9d.png)## You're good to go! :rocket: