Simple command line app to query CoinMarketCap for CrypotCurrency Quotes based on coin symbol (BTC, DOGE, ETH, etc). Enter command "coin" from anywhere to generate prompt and then enter symbol.
- Color Code Percent Changes
- Handle anything besides symbols.
- Return more than just latest quote
- Percent Change
- 1 week high and low
- Break out functions into other files to keep index.js light.
- Publish to NPM as an exercise
- Clone Repo
- In project directory:
- npm install -g
- npm link
- ????
- To be added.