2021firstalpha
edit
`config.json`
set `DirToIndex` array at will
run
`npm install `
`node crawler/crawler.js`
check the output file
`Indexofdata.json`
it must contain one json object per line. Json objects will look like this.
{
"filename": "sample.pdf",
"abspath": "/root/sample.pdf",
"atime": "atime ofthat file",
"mtime": "mtime..",
"ctime": "ctime"
"content": "extracted text from files",
"filetype": "types or mimetype"
}