1.0.0 • Published 3 years ago

crypto-wallet-cli v1.0.0

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

crypto-wallet-cli

A CLI to manage your cryptocurrencies wallet profit

Output preview image

Installation instructions

  • Clone this repository

    git clone git@github.com:anajuliabit/crypto-wallet-cli.git
  • Export environment variable API_URL or create .env file (see .env.example)

    export API_URL=https://api.coingecko.com/api/v3
  • Run

    npm install
  • Create a .json file with all your transactions (buy and sell). See transactions-example.json

  • Run

    npm start -- -p /path/to/json_file.json