bradtraversy / coindex-cli

Node.js CLI for checking crypto prices
78 stars 23 forks source link

Add an alternative formatter with more fraction digits #2

Open matavic opened 4 years ago

matavic commented 4 years ago

For cryptocurrencies with price too low, like, for example, VET (Vechain Thor), currently the console output shows $0.00.

In my opinion adding another formatter with more fraction digits and applying it depending if coin.price is lower than 0.1 resolves the issue.