apop-htmlparser
v1.1.0
Published
Super Simple, Fast, and lightweight HTMLParser
Downloads
6
Readme
apop-htmlparser
This is my first Npm package :), although trivial, useful for nodejs xat. non-trivial packages coming soon! Usage:
To use this html parser, you can either edit the htmlparser.js, or just call the function(the package is basically a function):
var html = require('apop-htmlparser')
Thats it! You can obviously edit the main js file, as I would think you need to.
What comes right out of the package:
Enter URL: https://google.com
Enter tag: <title>
Output: Parsed Tag: Google