Skip to content

Commit

Permalink
cmd/uber: implemented an order method
Browse files Browse the repository at this point in the history
Fixes #42

Implemented a cli to order Ubers on the terminal.
  • Loading branch information
odeke-em committed Jul 17, 2017
1 parent 18b827c commit 45b2deb
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 7 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Uber API client in Go
To use client v1, you'll need to set
+ `UBER_TOKEN_KEY`

## CLI installation
```go
$ go get -u -v github.com/orijtech/uber/cmd/uber
$ uber --order
```

## SDK usage
Sample usage: You can see file
[example_test.go](./example_test.go)

Expand Down
Loading

0 comments on commit 45b2deb

Please sign in to comment.