1.0.3 • Published 3 years ago

htmltotxt v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

htmltotxt

Super basic HTML text parser

htmltotxt is super basic node.js app that can take in html files saved on your directory and it extracts the text out of them then saves it as a .txt file in your folder.

Features

  • Takes in a saved .html file and it spits a .txt file with just the text and none of the nodes

Tech

Installation

htmltotxt requires Node.js v10+ to run.

npm i

Usage

import { parser, generator } from "htmltotxt";

/* parser returns plain text extracted from the html file and generator 
creates .txt files based on any string passed to it. They can be used 
together as seen below or separately */

generator(parser('./test.html'));

Contributions

I have not planned ahead much for this project but if anyone wants to contribute please feel free to make a pull request.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago