@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.

/@feizheng/pptr-html/

    Package Sidebar

    Install

    npm i @feizheng/pptr-html

    Weekly Downloads

    4

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    5.51 kB

    Total Files

    6

    Last publish

    Collaborators

    • afeiship