apop-htmlparser

Super Simple, Fast, and lightweight HTMLParser

Usage no npm install needed!

<script type="module">
  import apopHtmlparser from 'https://cdn.skypack.dev/apop-htmlparser';
</script>

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