This project is used to parse data from HTML file. The output data will be generated on the output Folder
1- Put the email files in html format on the input folder.
2- run node index.js
3- Check the output folder
- [Node.js][node], [cheerio][cheerio], [JavaScript][js]
.
├── /input/ # Input Files
├── /output/ # Ouput Files
├── /lib/
│ ├── /data.js
│ ├── /file.js
└── index.js # App index fileJust clone the repo and run node index.js: