Skip to content

Commit 097b221

Browse files
committed
Merge branch 'master' of github.com:polyrabbit/token-ticker
2 parents f6d85e2 + d83dbc7 commit 097b221

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1313
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.
1414

exchange/coinbase.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ import (
77
"strconv"
88
"time"
99

10-
"github.com/polyrabbit/my-token/http"
11-
1210
"github.com/polyrabbit/my-token/exchange/model"
13-
11+
"github.com/polyrabbit/my-token/http"
1412
"github.com/preichenberger/go-coinbasepro/v2"
1513
"github.com/sirupsen/logrus"
1614
)

exchange/coinmarketcap_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import (
66

77
func TestCoinMarketCapClient(t *testing.T) {
88

9+
t.Skip("CoinMarketCap turns their api into private, need to investigate more.")
10+
911
var client = new(coinMarketCapClient)
1012

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

0 commit comments

Comments
 (0)