Commit Graph

281 Commits

Author SHA1 Message Date
Scott
2cdf3a79e5 Fixes deleted about page references 2016-10-17 21:33:25 +11:00
Scott
59afb3d0ba Setting up the look of the homepage design and desired features.
Removes the about page
Fixes issue with wallet linking
2016-10-17 21:31:28 +11:00
thrasher
d011ad27cd Merge pull request #11 from asalei/patch-1
remove duplicated code with func setupBotExchanges
2016-10-07 10:47:52 +11:00
thrasher
61b0291f42 Merge pull request #13 from faddat/patch-2
Create docker-compose.yml
2016-10-06 22:27:31 +11:00
GloriousCode
bce5c60859 Fixes SETitle 2016-09-13 17:40:30 +10:00
GloriousCode
01a599f571 Quick basic wallet interface implementation 2016-09-13 17:38:37 +10:00
GloriousCode
fcab6df787 Adds wallet page reference 2016-09-13 17:14:26 +10:00
Scott
f37bf8d89f Adds exchange name to account info retrieval
Adds walletRoutes.go
Adds method to get all exchange account stuff  in go
Adds method to get all exchange account stuff in server.js
2016-09-12 20:06:01 +10:00
Scott
055e82c01f Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2016-09-11 14:58:34 +10:00
Scott
830c18c26d Removes the idea of seperating interface methods 2016-09-11 14:58:06 +10:00
Scott
a24e908c24 Adds support for new function GetAccountInfo which retrieves your holdings for an exchange 2016-09-11 14:05:50 +10:00
Scott
244cdcb48c Adds new function to interface to retrieve all enabled currency data from exchange
Implements on alphapointhttp.go
Adds new page to UI to handle exchange balances
2016-09-05 21:57:23 +10:00
Jacob Gadikian
4dc886d6ec I certify this as working. 2016-09-01 22:59:56 +02:00
Jacob Gadikian
bf6be1a22b Create docker-compose.yml
and to link the other two together....
2016-09-02 03:49:55 +07:00
somebody
fd1ac9afc5 remove duplicated code with func setupBotExchanges 2016-09-01 15:39:55 +08:00
thrasher
96e304d813 Merge pull request #10 from faddat/master
Added Dockerfiles
2016-08-28 18:06:08 +03:00
Jacob Gadikian
67f668bb76 Create Dockerfile 2016-08-28 18:16:23 +07:00
Jacob Gadikian
605e6d6396 Dockerfile for web FE 2016-08-28 16:58:00 +07:00
Scott
8d1afb7e4e Fixes issue with first and last index of enabled currency array destroying config 2016-08-12 22:44:25 +10:00
Scott
dc3de32a2c Shortens notification time
Separates bot configuration to its own method to allow for repeat use. Also main.go should be small
Now reloads bot configuration on the save post. Active changes!
2016-08-12 22:33:44 +10:00
Adrian Gallagher
544f94553a Removed unneeded println calls. 2016-08-10 04:15:05 +10:00
Adrian Gallagher
713734c083 Added BTCe ticker dashboard support. 2016-08-10 04:06:57 +10:00
Adrian Gallagher
79cce2c11f Fixed Bitfinex Websocket json parsing error. 2016-08-10 03:59:06 +10:00
Adrian Gallagher
c40c41db77 Fixed initialisation bug for exchanges. 2016-08-10 03:35:00 +10:00
Adrian Gallagher
c989991515 Added coding-style.md 2016-08-10 02:16:45 +10:00
Adrian Gallagher
dbc15b3197 Fixed config values being saved using web interface. 2016-08-10 01:45:02 +10:00
Scott
f21f2b86c7 Update README.md 2016-08-08 16:05:12 +10:00
Scott
ad0ebd9a6f Adds padding to new floating menu 2016-08-08 15:53:59 +10:00
Scott
9bfffe1a37 Attempts to save file in golang to no avail 2016-08-08 15:49:35 +10:00
Scott
e85876e273 Enhances configuration page
Adds Notification angular module
Adds Requestify for ExpressJS to make posting ezpz
Now can post data to gocryptoCore
GoCrypto can now receive data on settings save
2016-08-08 14:52:25 +10:00
Adrian Gallagher
16982e36ae Updated Coinbase to GDAX. 2016-08-06 16:34:25 +10:00
Adrian Gallagher
1b3bfbf1df Added CSV output functionality. 2016-08-03 16:19:39 +10:00
Scott
df7de76b05 [WIP]Adds some exchange settings in the settings page 2016-07-27 19:43:06 +10:00
GloriousCode
df295a122c Removes "/web" folder requirement when running app.
[WIP]Adds config route to modify settings within app.
2016-07-27 19:09:08 +10:00
Adrian Gallagher
70ede482bd Display verbose listen address for HTTP server. 2016-07-27 12:16:11 +10:00
Adrian Gallagher
ad056cd7dd Revert "Removes extra argument on poloniex method"
This reverts commit 005d98055b.
2016-07-27 11:03:02 +10:00
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