https://github.com/invokeimmediately/websitemapper
Node.js-driven generator of graphical website maps
https://github.com/invokeimmediately/websitemapper
Last synced: about 1 year ago
JSON representation
Node.js-driven generator of graphical website maps
- Host: GitHub
- URL: https://github.com/invokeimmediately/websitemapper
- Owner: invokeImmediately
- License: mit
- Created: 2019-02-05T01:35:12.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T01:21:22.000Z (about 1 year ago)
- Last Synced: 2025-02-17T02:26:08.977Z (about 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebsiteMapper
WebsiteMapper is a Node.js-driven tool for mapping websites that is in early development. Planned features include the ability to run jobs for automated screenshot taking, quickly extract and analyze elements of a web page's DOM, and generate graphical website maps.
## System Requirements
Being in its early development phase, WebsiteMapper is currently driven by [puppeteer core](https://www.npmjs.com/package/puppeteer-core), and thus it assumes you have already [installed Chromium](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html) on your system. In the future, a branch that relies on the full [puppeteer](https://www.npmjs.com/package/puppeteer) package may be developed to provide a route involving easier installation.