Skip to content

Commit

Permalink
Merge branch 'master' of github.com:polyrabbit/token-ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
polyrabbit committed Mar 16, 2020
2 parents f6d85e2 + d83dbc7 commit 097b221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> NEVER LEAVE YOUR TERMINAL
![my-token](https://user-images.githubusercontent.com/2657334/40175207-ff9e6504-5a09-11e8-9a3d-a887ebc4895a.png)
![my-token](https://user-images.githubusercontent.com/2657334/76717485-8560d280-676e-11ea-94af-54a5e10e9b25.png)

my-token (or `mt` for short) is a CLI tool for those who are both **Crypto investors** and **Engineers**, allowing you to track token prices and changes in your favorite exchanges on the terminal.

Expand Down
4 changes: 1 addition & 3 deletions exchange/coinbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import (
"strconv"
"time"

"github.com/polyrabbit/my-token/http"

"github.com/polyrabbit/my-token/exchange/model"

"github.com/polyrabbit/my-token/http"
"github.com/preichenberger/go-coinbasepro/v2"
"github.com/sirupsen/logrus"
)
Expand Down
2 changes: 2 additions & 0 deletions exchange/coinmarketcap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (

func TestCoinMarketCapClient(t *testing.T) {

t.Skip("CoinMarketCap turns their api into private, need to investigate more.")

var client = new(coinMarketCapClient)

t.Run("GetSymbolPrice", func(t *testing.T) {
Expand Down

0 comments on commit 097b221

Please sign in to comment.