This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-20
lines changed
Expand file tree Collapse file tree 1 file changed +10
-20
lines changed Original file line number Diff line number Diff line change 1- # agent- bittrex-firehose
1+ # bittrex-cli
22
3- [ ![ Build Status] ( https://travis-ci.org/steenzout/agent -bittrex-firehose .svg?branch=master )] ( https://travis-ci.org/steenzout/agent -bittrex-firehose / )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/steenzout/agent -bittrex-firehose /badge.svg?branch=master&service=github )] ( https://coveralls.io/github/steenzout/agent -bittrex-firehose ?branch=master )
3+ [ ![ Build Status] ( https://travis-ci.org/steenzout/go -bittrex-cli .svg?branch=master )] ( https://travis-ci.org/steenzout/go -bittrex-cli / )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/steenzout/go -bittrex-cli /badge.svg?branch=master&service=github )] ( https://coveralls.io/github/steenzout/go -bittrex-cli ?branch=master )
55
6- This repository contains the Go agent that connects to the [ Bittrex] [ bitrex ] [ API] [ bitrex-api ] .
7-
8- ## Build
9-
10- ``` bash
11- $ go build main.go
12- ```
13-
14- ## Run
6+ Command-line interface to the [ Bittrex] [ bittrex ] [ API] [ bittrex-api ] .
157
168``` bash
17- $ go run main.go
18- ```
9+ $ make
1910
20- ## Usage
21-
22- ``` bash
11+ $ ./go-bittrex-cli
2312NAME:
24- main - bittrex-cli is a command-line interface to the Bittrex API.
13+ bittrex-cli - bittrex-cli is a command-line interface to the Bittrex API.
2514
2615USAGE:
27- main [global options] command [command options] [arguments...]
16+ bittrex-cli [global options] command [command options] [arguments...]
2817
2918VERSION:
3019 0.0.0
3120
3221COMMANDS:
3322 get get data
23+ version version
3424 help, h Shows a list of commands or help for one command
3525
3626GLOBAL OPTIONS:
@@ -40,4 +30,4 @@ GLOBAL OPTIONS:
4030
4131[ bittrex ] : https://bittrex.com " Bittrex "
4232[ bittrex-api ] : https://bittrex.com/home/api " Bittrex API "
43- [ license ] : https://raw.githubusercontent.com/steenzout/agent -bittrex-firehose /master/LICENSE " License "
33+ [ license ] : https://raw.githubusercontent.com/steenzout/go -bittrex-cli /master/LICENSE " License "
You can’t perform that action at this time.
0 commit comments