Skip to content

How rich am I is a command line tool which calculates the value for all your crypto currency coins.

License

Notifications You must be signed in to change notification settings

marvincaspar/how-rich-am-i

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How rich am I

How rich am I is a command line tool which calculates the € price for all your crypto currency coins.

Usage

Create a json file to define your crypto currencies. Follow this example:

[
  {
    "id": "bitcoin",
    "amount": 0.1
  },
  {
    "id": "ethereum",
    "amount": 0.1
  },
  {
    "id": "ripple",
    "amount": 0.1
  }
]

Please use the id value from the coinmarketcap api.

Run how-rich-am-i -file coins.json to see how rich you are.

Animation: How to use how-rich-am-i

About

How rich am I is a command line tool which calculates the value for all your crypto currency coins.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published