1.0.5 • Published 1 year ago

network-request-list v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Network Request List

A Node.js library to get a list of all the requests made by a website

Uses puppeteer so will be quite a large install

Install

npm install network-request-list

Usage

import getRequests from "network-request-list";
const requests = await getRequests("https://samrobbins.uk");

console.log(requests);
1.0.5

1 year ago