Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 662 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 662 Bytes

processor-iv

build status

Processor for IV spectra

Usage

First time please be sure to have everything properly configured:

cp .env.example .env
npm install
npm run tsc

After is only needed to optionally specify the verbosity or interval in seconds for running again the processor (if not specified, it will run once):

node ./lib/processB1505.js --verbose --interval 60 --username test

License

MIT