/headless-browser

Simple in-memory browser that manages cookies.

Primary LanguageTypeScriptISC LicenseISC

headless-browser

Simple in-memory browser that manages cookies.

Usage

npm install @mcrowe/headless-browser --save

Development

Install npm modules:

npm install

Run tests:

npm test

Release

Release a new version:

bin/release.sh

This will publish a new version to npm, as well as push a new tag up to github.