Skip to content

AmitRohan/bitbns-report-analyzer

Repository files navigation

BitBns-investment-processor

This project helps you to get better details on your investments on BitBns by using their report and coin prices from coingecko using their API's

Example Coin

ETH BTC QKC DOGE SHIB SAFEMOON XRP

Pre-Requisites

  1. Bit Bns Reports
  2. NPM

Setup

  1. Rename your Bit Bns Report as REPORT.CSV and place it in reports folder.
  2. Install Project Dependencies by running npm install in your root folder

Run

Run the project and give input based on the menu.

    npm start

Docker guide

Run it directly Save your REPORT.csv in a location and mount it to /reports in container and run it

docker run -it --rm -v /home/user/bitbns/report:/reports ghcr.io/amitrohan/bitbns-report-analyzer:main

Or use docker-conpose.yml file and attach into container

Ref

  1. asciichart
  2. coingecko-api
  3. csv-parse