rendfetch

2.1.0 • Public • Published

rendfetch

Installation

npm i rendfetch

Description

Request a webpage and return the rendered HTML after evaluation of the JavaScript.

Usage

const rendfetch = require('rendfetch');

rendfetch("https://allegiancefinance.herokuapp.com").then(html => {
  console.log(html);
});

Package Sidebar

Install

npm i rendfetch

Weekly Downloads

2

Version

2.1.0

License

ISC

Last publish

Collaborators

  • fritos