0.0.5 • Published 3 years ago

tinance v0.0.5

Weekly downloads
28
License
GPL-3.0
Repository
github
Last release
3 years ago

CLI tool made by cryptohead for cryptoheads. 🤯

  • Check cryptocurrency prices from your terminal! 💰
  • It will auto refresh the data every 10 seconds.
  • Price data is provided by Coincap's public API. ✌

Install

  • Install with npm.
$ npm install -g tinance
  • You can also install from AUR. Install with your favorite AUR helper.
$ yay -S tinance

Usage

  • Use with default parameters. (USD, Top 20 currencies, Run once)
$ tinance
  • Options

    • --help: Show help text
      $ tinance --help
    • --top or -t: Get top x cryptocurrencies. Default: 20
      $ tinance --top 30 # Get top 30
    • --convert or -c: Convert price to preferred currency. Default: USD
      $ tinance --currency EUR # Convert to your prefered currency like 'EUR' or 'CAD'
    • --filter or -f: Filter by preferred cryptocurrency.
      $ tinance --filter bitcoin ethereum # Filter by your favorite cryptocurrency. It will convert to USD by default.
    • --refresh: Enable auto refresh. (Every 10 seconds)
  • Valid currencies to convert price

    • USD
    • AUD
    • BRL
    • CAD
    • CHF
    • CLP
    • CNY
    • CZK
    • DKK
    • EUR
    • GBP
    • HKD
    • HUF
    • IDR
    • ILS
    • INR
    • JPY
    • KRW
    • MXN
    • MYR
    • NOK
    • NZD
    • PHP
    • PKR
    • PLN
    • RUB
    • SEK
    • SGD
    • THB
    • TRY
    • TWD
    • ZAR
    • BTC

Contribution

  • Please use ES6 syntax, we are using babel and prettier to keep tidy our code. Any PR is welcome.
  • If you can't code, you can leave a star! 🌟

License

This project is under the GPLv3 license.