ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 223 forks source link

Non-fs method 1: txt to json #67

Open knod opened 7 years ago

knod commented 7 years ago

This is one way to take fs out of the picture - change txt files to json and make one file that refers to all the json files. This is a bit of a pain because you'd have to both add a file and remember to change the file that references all those files. Also, I haven't worked with browserify much and I'm not sure how it handles json files. Method 2 coming up.

Addresses #62