An open API service indexing awesome lists of open source software.

https://github.com/mr-destructive/crypto-shell

A BASH script for scrapping Cryptocurrency prices using Coingecko API.
https://github.com/mr-destructive/crypto-shell

api-rest bash-script coingecko-api

Last synced: 25 days ago
JSON representation

A BASH script for scrapping Cryptocurrency prices using Coingecko API.

Awesome Lists containing this project

README

          

# Crypto-Shell

### A bash script to scrap prices of cryptocureency coins from coingecko API.
## Usgae:
- Run the script as `bash coincrncy.sh`
- Enter the [coin id](https://api.coingecko.com/api/v3/coins/list) when prompted for the input.
- Enter the [currency code](https://www.iban.com/currency-codes) of your choice.
- You will see the output as the price of the input coin in terms of the currency.