forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrated base code from pull DeviaVir#850 minus dist files and bower code, as it is depreciated. * Add popper.js for bootstrap * add bootstrap, associated packages, and webpack * add more dependencies, remove bootstrap-loader * add babel-preset-es2015 * remove bootstrap css from app.js * integrate non-intrusive changes, convert from bower to webpack, condense all current included css and js * add generation data to gitignore * add webpack dist folder to .gitignore * modify col-xs-* to col-*, per bootstrap 4 * fix typo * code from PR DeviaVir#850, seems to add extra stats to the tradeObject consumed in api.js also initializes the lib.output later and announces it at the start of live trading * Add basic README info * accidental backtick inserted
- Loading branch information
1 parent
9c424f4
commit 5e068ff
Showing
17 changed files
with
11,722 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ models/*.html | |
temp.html | ||
logs | ||
.sync | ||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.