Skip to content

yoheimiyamoto/html-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Overview

Parse html and print tree map

.
├── head
│    ├── meta
│    ├── title
│    └── link
└── body
     ├── div (header)
     │    └── div (logo)
     ├── div (main)
     │    ├── h2 (main-title)
     │    └── div (contents)
     │         ├── h3 (sub-title)
     │         ├── div (contents-item)
     │         │    ├── a
     │         │    │    └── p (title)
     │         │    └── p (date)
     │         ├── div (contents-item)
     │         │    ├── a
     │         │    │    └── p (title)
     │         │    └── p (date)
     │         └── div (contents-item)
     │              ├── a
     │              │    └── p (title)
     │              └── p (date)
     └── script

Install

go get github.com/yoheimiyamoto/html-tree

Usage

go run main.go {URL}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages