1.0.6 • Published 4 years ago

@feizheng/sso-jianshu v1.0.6

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

sso-jianshu

Jianshu token.

installation

npm install -S @feizheng/sso-jianshu

usage

import ssoJianshu from '@feizheng/sso-jianshu';

ssoJianshu({ 
  username: 'YOUR_QQ_NO', 
  password: 'YOUR_QQ_PASS', 
  headless: false,
  stringify: true
}).then(
  (cookies) => {
    console.log(cookies);
  }
);

speedup puppeteer

<!-- add to .npmrc file -->
puppeteer_download_host = https://npm.taobao.org/mirrors
1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago