fetch-document

1.0.0 • Public • Published

fetch-document

fetch-document is a very simple package for fetching the DOM of a web page.

Usage

const fetchDOM = require("fetch-document");
(async () => {
	var document = await fetchDOM("https://www.example.com");
})();

Package Sidebar

Install

npm i fetch-document

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

941 B

Total Files

3

Last publish

Collaborators

  • andrewyatzkan