0.0.8 • Published 6 years ago

@fwd/robinhood v0.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago