1.0.1 • Published 3 years ago

capit v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

CAPIT (crypto currency api tracker)

Usage

Node-CLI tool to fetch cryptocurrency rates via nomics api

API : https://nomics.com/

**make sure to make the symbolic link via 'npm link' if 'capit' command is not recoganized in the terminal**

Commands capit options

  • capit apikey set (To add API key)
  • capit apikey show (To See your API Key)
  • capit apikey remove (To remove your API Key)
  • capit track price (to track prices of different cryptocoins)
  • capit apikey price --cur=YEN --coin=BTC,ETH (additional flags for custom data mentioning currency type and comma seperated coin symbols)

Core dependencies

Future Developments

  • generate a graph with the fetched data and show the graph in the console.
  • work on other endpoints of the api
  • make the error handler more robust by looking in to the docs of nomics.