Skip to content

A file scrapping application to index files in a given directory.

License

Notifications You must be signed in to change notification settings

touir1/disk-file-scraping

Repository files navigation

disk-file-scraping

npm npm

A file scrapping application to index files in a given directory (.docx, .pdf, .xlsx).

Dependencies

To install dependencies, just use npm install. I used for the project:

  • fortawesome: Used for file icons.
  • bootstrap: Used for the responsiveness and it's beautiful components.
  • datatables: Used for it's filters and search features.
  • directory-tree: Used to scrap the files recursively from disk.
  • jquery: Used as a Javascript library for manipulating HTML components.
  • lodash: Used for list manipulations.

How to run

To run the project, you need to:

  • Download the project or clone in.
  • Install all the dependencies using npm install.
  • Change the parent directory to index in the sync.js file.
  • Start sync.js to index the given parent directory using node sync.js.
  • Start server.js using node server.js.
  • The adress of the application is: http://localhost:3132
  • Enjoy.

Authors

License

disk-file-scraping is published under the MIT license.

About

A file scrapping application to index files in a given directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published