Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple frontend to make trades through paperbroker #2

Open
philipodonnell opened this issue Jul 13, 2017 · 1 comment
Open

Comments

@philipodonnell
Copy link
Owner

Flask is pretty low impact, so a server.py in the root you could activate with python server.py that run a flask server to listen to requests, and a static folder in the root to serve up the html javascript. That makes it more useful for manual paper trading.

@philipodonnell
Copy link
Owner Author

philipodonnell commented Jul 14, 2017

The HTTP RESt/JSON api is now built as of 79f707d, so this is easier now. server.py exists, its just creating the static interface and hitting the api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant