mcnaveen / Visual-Internal-Links-Flow-Generator

Helps you to visualize the site structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”± Visual Internal Links Flow Generator

Note: Except the View in Browser Part all should be run in Terminal/CMD

πŸ‰ Clone the Repo

git clone https://github.com/mcnaveen/Visual-Internal-Links-Flow-Generator visualflow

⛷️ cd into the Directory

cd visualflow

🌟 Install NPM Packages

npm install

πŸ’Ž Pass the URL

URL=https://example.com node index.js
  • Replace example.com with your actual domain
  • Wait till it gets complete.
  • It will create output folder

πŸš€ Start the Server

node server.js

πŸ¦„ View in Browser

  • Replace example.com with your actual domain
http://localhost:8080/html/d3tree.html?url=../output/https___example.com/crawl.json

Sample

Sample

Credits

@ebidel & Puppeteer

About

Helps you to visualize the site structure

License:MIT License


Languages

Language:HTML 54.4%Language:JavaScript 45.6%