https://github.com/dagmawig/html-parser
An html parser that user sax parsing method.
https://github.com/dagmawig/html-parser
aws-lambda axios html-parser nodejs sax-parser
Last synced: 2 months ago
JSON representation
An html parser that user sax parsing method.
- Host: GitHub
- URL: https://github.com/dagmawig/html-parser
- Owner: dagmawig
- Created: 2024-05-02T03:54:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T03:55:08.000Z (about 2 years ago)
- Last Synced: 2025-06-10T09:41:20.403Z (about 1 year ago)
- Topics: aws-lambda, axios, html-parser, nodejs, sax-parser
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML parser Node JS app
An html parser that user sax parsing method.
# Description
* This is a Node.js app that downloads an html response from a website and parses it into a JSON doc.
* It currently parses an example html string from example.js file.
* The parsed JSON document would then be saved into a mongoDB document database.
- A mongo connection string needs to be provided as an env vriable to enable this.
* The parsing logic in parseHTML.js file can be modified as per the structure of the response html.