A simple sample app tom demo the usage of node-webkit.
It provides a simple search feature that would fetch, parse and display a summary from wikipedia.
You can checkout the video demo [Sorry feeling laxy to make a good gif, even with giffy]
Fetch the dependencies:
-
Install node-webkit and setup an alias to
nw
-
git clone https://github.com/hemanth/nw-wiki-app.git && npm install
that would fetchwikipedai-js
Build and run: ./bar.sh
that is nothing but rm app.zip; zip -r app.zip *; nw app.zip
That would look like: