Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 651 Bytes

electron-browser-archive

WIP PoC browser with WARC capturing

I am using Node >=10 and npm >= 6.5 (and forcing it only to prevent clasing versions).

To quickstart this run:

npm install
npm start

Notes

modules/warc.js was a first working attempt to use Electron Debugger API to capture and write the warc file. However I later found out that node-warc already had that, so it's not currently being used.