Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 359 Bytes

A standalone Scholar Ninja app

Alpha software. May not work at all.

Running

  1. Build with npm run build
  2. Run resulting app.nw package with node-webkit

API

This implementation also exposes an API, which you can query like this: curl http://localhost:8999/?q=example

Can it run headless?

nwjs/nw.js#769