Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukakerr/crypticker
A simple command line program to get current cryptocurrency data
https://github.com/lukakerr/crypticker
bitcoin btc cli command-line crypto cryptocurrency ethereum go golang
Last synced: 2 months ago
JSON representation
A simple command line program to get current cryptocurrency data
- Host: GitHub
- URL: https://github.com/lukakerr/crypticker
- Owner: lukakerr
- Created: 2017-11-22T01:01:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T10:06:30.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T04:04:55.241Z (5 months ago)
- Topics: bitcoin, btc, cli, command-line, crypto, cryptocurrency, ethereum, go, golang
- Language: Go
- Homepage:
- Size: 3.3 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypticker-cli
A simple command line program to get current cryptocurrency data.
### Install
To install automatically run:
```bash
$ curl https://raw.githubusercontent.com/lukakerr/crypticker/master/install.sh | sh
```This will execute `install.sh` and place the `crypticker` binary in `/usr/local/bin`.
After this, you are able to run the crypticker-cli by executing `crypticker`.
### Usage
```bash
$ crypticker # Get top 10 coins
$ crypticker -l 20 # Pass an integer to get more coin data
$ crypticker -c bitcoin # Pass a coin name to get singular data
$ crypticker -h # Get help
```### Running
```bash
$ git clone https://github.com/lukakerr/crypticker.git$ cd crypticker-cli
# Install tablewriter dependency
$ go get github.com/olekukonko/tablewriter$ go run main.go
```### Building
```bash
$ go build main.go
```### To Do
- [x] Add support for individual coins
- [ ] Add support for multiple currencies
- [ ] Add support for sorting by column