Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcnaveen/visual-internal-links-flow-generator

Helps you to visualize the site structure
https://github.com/mcnaveen/visual-internal-links-flow-generator

competitor-analysis search-engine-optimization seo site-structure

Last synced: 7 days ago
JSON representation

Helps you to visualize the site structure

Awesome Lists containing this project

README

        

# 🔱 Visual Internal Links Flow Generator

> Note: Except the `View in Browser` Part all should be run in Terminal/CMD
### 🍉 Clone the Repo
```bash
git clone https://github.com/mcnaveen/Visual-Internal-Links-Flow-Generator visualflow
```
### ⛷️ cd into the Directory
```bash
cd visualflow
```
### 🌟 Install NPM Packages
```bash
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
```bash
node server.js
```
### 🦄 View in Browser
- Replace example.com with your actual domain
```bash
http://localhost:8080/html/d3tree.html?url=../output/https___example.com/crawl.json
```

### Sample
### ![Sample](https://raw.githubusercontent.com/mcnaveen/Visual-Internal-Links-Flow-Generator/main/image.png)

### Credits
[@ebidel](https://github.com/ebidel) & Puppeteer