Closed eklem closed 4 years ago
Do we have any documentation for the options (possibilities + format) for running norch from a script?
options
require('norch')(options, function(err, norch) { // Norch server started on http://localhost:3030 (or the specified host/port) })
My guess is it's: port, norchHome, logLevel and machineReadable ?
Oh- thats a really good question...
I can test and see if I get something going, then document it.
Do we have any documentation for the
options
(possibilities + format) for running norch from a script?