Super Simple, Fast, and lightweight HTMLParser
npm install apop-htmlparserapop-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: ````
Output: Parsed Tag: Google```