Skip to content

TautrimasM/fileReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileReader

Program that reads files in defined directory, on request returns list containing file names and states, rescans directory and prepares a json file containing list for download.

Usage

At start program reads files in a directory that can be defined in src/definedDirectory.json

It returns full current list (state object) on http://127.0.0.1:3000/list

You can initiate rescan on http://127.0.0.1:3000/scan

You can download current list (state object) as json file on http://127.0.0.1:3000/download-state

  • Start program
npm start
  • Start program without build
npm start_ts
  • Invoke tests
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published