0.1.0 • Published 3 years ago

webull-api-ts v0.1.0

Weekly downloads
31
License
MIT
Repository
github
Last release
3 years ago

webull-api-ts

Build Status npm version

Webull trading API for node-js

BETA: (tests not yet implemented)

Install

$ npm i -S webull-api-ts

Usage

const Api = require('webull-api-ts').default
const api = new Api()

Change Log

  • v0.0.3 * Added MFA support for email accounts
  • v0.0.4 * Added test dir to NPM repo

Documentation