https://github.com/prmichaelsen/hb-backend
job runner backend for hb application
https://github.com/prmichaelsen/hb-backend
api job node options robinhood runner stocks tradier
Last synced: 19 days ago
JSON representation
job runner backend for hb application
- Host: GitHub
- URL: https://github.com/prmichaelsen/hb-backend
- Owner: prmichaelsen
- Created: 2018-11-20T04:52:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T05:54:27.000Z (over 7 years ago)
- Last Synced: 2026-03-29T20:58:48.587Z (2 months ago)
- Topics: api, job, node, options, robinhood, runner, stocks, tradier
- Language: TypeScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## hb-backend
Backend for the hb-project.
## What is it for?
This server enables programmatic trading via Robinhood's public API.
## How does it work?
This project connects to a firebase real-time database. The database tracks jobs. Any time a job is added, this server picks it up and runs it, if possible. Finally, this server updates the database with the result of the job.
## How do I run it locally?
Message me and I can provide you with the `.env` config required to run this application for local development. After you have the config, simply run `npm run start`.
## How do I deploy it?
Updates to the server are automatically deployed when a pull request is merged to `master`. CI/CD is set up with Jenkins. Ask me if you're interested in how this works. Currently, collaborators cannot see detailed build information. Ask me if you want to see this.