0.0.8 • Published 5 years ago

@fwd/robinhood v0.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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

šŸ¤ 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.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago