Skip to content

anajuliabit/crypto-wallet-cli

Repository files navigation

crypto-wallet-cli

A CLI to manage your cryptocurrencies wallet profit

Output preview image

Install

$ npm install -g crypto-wallet-cli

Usage

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

$ crypto-wallet -p "path/to/json_file.json

Local installation instructions

  • Clone this repository

    $ git clone [email protected]: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

About

A CLI to manage your cryptocurrencies wallet profit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published