Skip to content
/ pine Public

CLI Cryptocurrency Price & Portfolio Tracker

Notifications You must be signed in to change notification settings

aranair/pine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pine

Pine provides a way to not only track a list of coin prices, but also your portfolio values. All in your console!

The data comes from coinmarketcap.com.

Screenshot

Demo

Building from code

go get -u github.com/aranair/pine
dep ensure
./scripts/build.sh

Configuration

  • Update configs.yaml with the coins you want to track
  • If you want to track the Gain, % Gain and Overall Profit, fill in the Cost and Unit.
  • Currency is still WIP

Sample:

coins:
  - ticker: "bitcoin"
    cost: 1000
    units: 5
  - ticker: "ethereum"
    cost: 100
    units: 1
  - ticker: "bitcoin-cash"
    cost: 100
    units: 1

    # If no cost/units provided, it'll just track prices, with no portfolio tracking
  - ticker: "neo"
  - ticker: "ethereum-classic"

Usage

If you're on mac, just run the binary that I've built.

pine
go run main.go

It automatically refreshes every minute, but if you want to refresh it manually, press r.

License

MIT

About

CLI Cryptocurrency Price & Portfolio Tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published