https://github.com/nwillc/cryptoport
cli crypto portfolio
https://github.com/nwillc/cryptoport
Last synced: 6 months ago
JSON representation
cli crypto portfolio
- Host: GitHub
- URL: https://github.com/nwillc/cryptoport
- Owner: nwillc
- License: isc
- Created: 2021-06-07T13:23:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T03:17:30.000Z (about 4 years ago)
- Last Synced: 2024-06-21T09:51:37.616Z (about 2 years ago)
- Language: Go
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://tldrlegal.com/license/-isc-license)
[](https://github.com/nwillc/cryptoport/actions?query=workflow%3CI)
[](https://goreportcard.com/report/github.com/nwillc/cryptoport)
---
# cryptoport
cli crypto portfolio
Cli that produces output like:

## Build
```shell
go build .
```
## Use
### Help
```shell
$ cryptoport -h
A simple crypto portfolio status cli that reports the value of your portfolio
Usage:
cryptoport [flags]
cryptoport [command]
Available Commands:
help Help about any command
setup Setup your portfolio configuration.
version Print the version number
Flags:
-h, --help help for cryptoport
```
1. Have your Nomics API key and holdings info ready. Setup your configuration:
```shell
$ cryptoport setup
```
1. Run...
```shell
$ cryptoport
```
## TODO
- timestamp & deltas?