fergiemcdowall / norch

A search server that can be installed with npm
655 stars 45 forks source link

Missing documentation on options? #149

Closed eklem closed 4 years ago

eklem commented 7 years ago

Do we have any documentation for the options (possibilities + format) for running norch from a script?

require('norch')(options, function(err, norch) {
  // Norch server started on http://localhost:3030 (or the specified host/port)
})
eklem commented 7 years ago

My guess is it's: port, norchHome, logLevel and machineReadable ?

fergiemcdowall commented 7 years ago

Oh- thats a really good question...

eklem commented 7 years ago

I can test and see if I get something going, then document it.