rakuten-auto-login
TypeScript icon, indicating that this package has built-in type declarations

0.9.6 • Public • Published

rekuten-auto-login

楽天証券の MarketSpeed への自動ログインモジュール

インストール

npm install rakuten-auto-login --save

使い方

import { MarketSpeed, InputType } from 'rakuten-auto-login';
 
const config = require('../../config/config');
 
const input: InputType = {
  user: config.id,
  password: config.password,
  version: '15.4',
  dir: 'C:/Program Files (x86)/MarketSpeed/MarketSpeed',
  filename: 'MarketSpeed.exe',
};
const marketSpeed = new MarketSpeed(input);
marketSpeed.login();

/rakuten-auto-login/

    Package Sidebar

    Install

    npm i rakuten-auto-login

    Weekly Downloads

    2

    Version

    0.9.6

    License

    GPL-3.0

    Unpacked Size

    530 kB

    Total Files

    11

    Last publish

    Collaborators

    • zlq4863947