Skip to content

Shows BTC stats in you're terminal using only curl and jq

License

Notifications You must be signed in to change notification settings

Edesem/BTCPriceInTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

View Bitcoin price in terminal

Simple cURL and JQ script

Video Preview

Watch my video on this

Credit

Credit goes to alpheratz0 who commented on a privated video of mine on how to solve my original issue <3

Install

sudo curl -sL "https://raw.githubusercontent.com/Edesem/BTCPriceInTerminal/main/btc" -o /usr/local/bin/btc
sudo chmod +x /usr/local/bin/btc

Usage

Type btc in the terminal

Clarification, this may break in the future if the website bitcoinprice.com has an api change, goes down or of such (as this script essentially just scrapes the api of the website for the stats). This may not work for you if you are unable to access the aforementioned website for whatever paticular reason.

Update

Just redo the curl command

Unistall

sudo rm /usr/local/bin/btc

License

GPL 3.0

About

Shows BTC stats in you're terminal using only curl and jq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages