Crypto portfolio tracker.
- Node v14.18.1
- npm v8.1.1
- portfolio-tracker-main.zip or
git clone https://github.com/lropero/portfolio-tracker.git
$ npm ci
- Create API key at CoinMarketCap (required for price retrieval)
- Edit
.env
file with your key and time delay between polls (in minutes):
APIKEY=<YOUR_API_KEY>
DELAY=5
- Edit
portfolio.json
file with your holdings:
{
"BTC": 0.1234,
"ETH": 1.2
}
$ npm run start