An open API service indexing awesome lists of open source software.

https://github.com/technickai/htmlparser

A stateless HTML Parser in Javascript
https://github.com/technickai/htmlparser

Last synced: 6 months ago
JSON representation

A stateless HTML Parser in Javascript

Awesome Lists containing this project

README

          

htmlParser
==========

A stateless HTML Parser written in JavaScript
Based on http://ejohn.org/blog/pure-javascript-html-parser/
Turns an HTML string into a token iterator.