Commit Graph

245 Commits

Author SHA1 Message Date
Adrian Gallagher
e56070d519 Update Travis dependencies 2016-07-27 10:56:08 +10:00
Scott
5bf23e110d Update readme 2016-07-26 22:13:01 +10:00
Scott
005d98055b Removes extra argument on poloniex method 2016-07-26 22:11:51 +10:00
Scott
c3349e9ac3 Merge branch 'webserver-test' of https://github.com/thrasher-/gocryptotrader 2016-07-26 22:06:20 +10:00
Scott
458030d1b1 Fixes issue with extra argument 2016-07-26 22:05:29 +10:00
Scott
22f3739e8c Adds webserver with dashboard that gets all enabled exchanges and currencies 2016-07-26 20:47:06 +10:00
GloriousCode
5176a10b45 I should have it now. But cannot check it out due to lack of CDN connetivity 2016-07-23 12:55:58 +10:00
GloriousCode
174d715dbb Going to start trying to get routing working 2016-07-23 09:57:40 +10:00
GloriousCode
1b0c8a8e23 Implements EJS for some template action 2016-07-16 19:06:18 +10:00
GloriousCode
175a75ba7b Adds new server which requires node. Real basic, real crap 2016-07-13 21:46:47 +10:00
GloriousCode
7223875230 Now adds a universal way to retrieve all enabled currencies
New endpoint to retrieve values for all enabled currency data for all enabled exchanges and return it as JSON object for front end
2016-07-13 21:43:48 +10:00
Scott
d561bac891 A completely broken commit which starts the process of retrieving all exchanges and currency data in one call for a frontend dashboard/db 2016-06-30 21:22:30 +10:00
Scott
bc34e2f94c (Re)uses config file for server port 2016-06-05 19:48:38 +10:00
Scott
95cfb356ba Adds GetTickerPrice(currency string) TickerPrice func to interface. Implements on all exchanges (where possible)
Attempts to make routing generic with /exchanges/{exchangeName}/latest/{currency} path and response
2016-06-05 19:10:32 +10:00
Scott
4b2a336e1b Initial commit trying to turn bot to have RESTful JSON endpoint 2016-05-23 22:18:42 +10:00
Adrian Gallagher
ce0531cf47 Added support for latest turnpike library. 2016-05-05 11:45:47 +10:00
thrasher
3b0e4c98a8 Merge pull request #6 from shazbert/webserver-test
Webserver test
2016-03-30 15:11:53 +11:00
Ryan O'Hara-Reid
3637ed0a1f Added handler for filesystem and logic for rastering pages. 2016-03-29 17:34:05 +11:00
Ryan O'Hara-Reid
490a4e51c5 Added stylesheet for templates. 2016-03-29 17:33:12 +11:00
Ryan O'Hara-Reid
c4dcf47b47 Added stylesheet for templates. 2016-03-29 17:32:59 +11:00
Ryan O'Hara-Reid
707ccd909c Added login page template. 2016-03-29 17:32:22 +11:00
Ryan O'Hara-Reid
bd12214291 Added coverpage template. 2016-03-29 17:31:50 +11:00
Ryan O'Hara-Reid
931b0b9d58 Added stylesheet insertion & favicon link. 2016-03-29 17:24:34 +11:00
Ryan O'Hara-Reid
b40b90c66f Added mushroom favicon. 2016-03-29 17:21:47 +11:00
Ryan O'Hara-Reid
8090d95a1c Added error template. 2016-03-29 17:19:34 +11:00
Ryan O'Hara-Reid
dd9f06f7fe Added settings template. 2016-03-29 17:19:03 +11:00
Ryan O'Hara-Reid
78ff31dd3f Added reports template. 2016-03-29 17:18:36 +11:00
Ryan O'Hara-Reid
d15280ee25 Added ordermanagment template. 2016-03-29 17:17:57 +11:00
Ryan O'Hara-Reid
8a4ec72460 Added marketdepth template. 2016-03-29 17:17:07 +11:00
Ryan O'Hara-Reid
eee38ef830 Added template contact page. 2016-03-29 17:15:39 +11:00
Adrian Gallagher
5a0ad993fc Switched test coverage to codecov.io. 2016-03-27 19:49:41 +11:00
Adrian Gallagher
94fdffd690 Added OKCoin const API endpoint values. 2016-03-26 21:31:57 +11:00
Adrian Gallagher
0104c490d4 Added OKCoin return interfaces for authenticated SPOT HTTP API requests. 2016-03-26 21:01:08 +11:00
Adrian Gallagher
2d46a86268 Added OKCoin return interfaces for unauthenticated HTTP API requests. 2016-03-24 22:50:59 +11:00
thrasher
839fe73419 Merge pull request #5 from shazbert/master
Added CDN resource jquery.
2016-03-21 14:51:48 +11:00
Ryan O'Hara-Reid
faecf34f03 Added CDN resource jquery. 2016-03-20 22:26:17 +11:00
Adrian Gallagher
eba966e4da Updated Bootstrap CDN resources. 2016-03-20 20:14:00 +11:00
Adrian Gallagher
7f07eb9255 Updated README.md 2016-03-19 17:19:22 +11:00
Adrian Gallagher
d9a5de8075 Made Exchange SetDefaults 'Enabled' variable disabled by default. 2016-03-19 17:17:53 +11:00
Adrian Gallagher
3ff0a9e875 Merge branch 'interface-testing' 2016-03-19 16:46:51 +11:00
Adrian Gallagher
fc6809621b Made slight amendments to interface code, ran gofmt. 2016-03-19 16:38:38 +11:00
Scott
dc313a24f5 Each bot inherits from an interface and can be called as such to minimise
duplicate code
2016-03-19 16:38:37 +11:00
Adrian Gallagher
a7d5e14c3a Added support for remaining authenticated API functions for Poloniex exchange. 2016-03-19 13:44:42 +11:00
Adrian Gallagher
bff8992985 Added additional authenticated API functions for Poloniex exchange. 2016-03-18 02:44:19 +11:00
Adrian Gallagher
58d922b8f2 Updated config_example.json to include Ethereum for Bitfinex. 2016-03-14 23:07:47 +11:00
Adrian Gallagher
99fde05ee4 Limited fetching currency pairs per request if the amount exceeds 350 pairs. 2016-03-14 22:25:28 +11:00
Adrian Gallagher
b2bd9036d7 Updated config_example.json available currencies and adjusted settings to lessen output for example config. 2016-03-14 21:31:29 +11:00
thrasher
6e34e42964 Merge pull request #4 from shazbert/master
Added missing quotation
2016-03-14 14:30:42 +11:00
Ryan O'Hara-Reid
843aca0afd Added missing quotation 2016-03-14 06:48:09 +11:00
Adrian Gallagher
7f9e61afae Fixed OKCoin Websocket successful channel subscription event. 2016-03-13 23:39:50 +11:00