fergiemcdowall / norch

A search server that can be installed with npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing documentation on options?

eklem opened this issue · comments

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)
})

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.