ajgrowney / htmlScraper

Takes in an HTML document and creates an object oriented data structure using C++ STL that analyzes the file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Page Scraper

Giving a breakdown of an html file

Commands

make build

Builds the executable file that runs the program

make run

Runs the program

make clean

Removes all executable files from the directory

About

Takes in an HTML document and creates an object oriented data structure using C++ STL that analyzes the file.


Languages

Language:C++ 96.9%Language:HTML 2.5%Language:Makefile 0.6%