This repo has two parts:
- A REST API driven by DataFire
- A web app driven by AngularJS
The data behind the REST API is contained in
this Google Sheet.
The API is hosted at oblique-strategies.prod.with-datafire.io and has two endpoints:
Returns a list of all strategies.
Adds a new strategy to the spreadsheet. The strategy must be manually approved (by editing column D) before it appears in the web app.
The application source lives under the web/ directory. The compiled web app lives in the docs/ directory,
and is served at sites.datafire.io