@feizheng/pptr-html

1.0.3 • Public • Published

pptr-html

Get html by puppeteer.

version license size download

installation

npm install -S @feizheng/pptr-html

usage

import pptrHtml from '@feizheng/pptr-html';

pptrHtml('https://github.com/afeiship').then(res => {
  console.log(res);
});

options

{ headless: true, closeable: true, userAgent: nx.randomUa(), selector: null };

license

Code released under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i @feizheng/pptr-html

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.51 kB

Total Files

6

Last publish

Collaborators

  • afeiship