Coinmarketcap implementation (#243)

* Updates requester package to allow unpacking of zipped files and defaults to warn if no JSON is present

* Initial addition of coinmarketcap functionality

* fix requested changes

* Fix issue with displaying false positive in request.go && reorder plan list

* Rename CurrencyProvider -> CryptocurrencyProvider
Skip seeding currency data if not enabled
Rm line in main.go

* Update test procedures and relevant json files

* Fix const issue within config.go
This commit is contained in:
Ryan O'Hara-Reid
2019-01-31 16:11:42 +11:00
committed by Adrian Gallagher
parent f7810e7eca
commit 82a622294c
10 changed files with 1819 additions and 10 deletions

View File

@@ -48,6 +48,13 @@
"primaryProvider": false
}
],
"cryptocurrencyProvider": {
"name": "CoinMarketCap",
"enabled": false,
"verbose": false,
"apiKey": "Key",
"accountPlan": "accountPlan"
},
"cryptocurrencies": "BTC,LTC,ETH,DOGE,DASH,XRP,XMR",
"currencyPairFormat": {
"uppercase": true,