0.0.8 ⢠Published 5 years ago
@fwd/robinhood v0.0.8
A NodeJS library for auto trading Bitcoin via Robinhood.
š Homepage
Description
This package is under active development. Use at your own risk
Install
npm install @fwd/robinhood @fwd/server
# or
yarn add @fwd/robinhood @fwd/server
Usage
const server = require('@fwd/server');
const robinhood = require('@fwd/robinhood');
server.cron(async () => {
await robinhood({
username: "",
password: "",
clientId: "",
deviceToken: "",
riskAmount: "",
sellMargin: "",
campaignLimit: "",
})
}, 'every 1 minute')
Author
š¤ Forward Miami
- Website: https://forward.miami
- Github: @fwd
š¤ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2020 Forward Miami.