Skip to content

hemanth/nw-wiki-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nw-wiki-app

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 fetch wikipedai-js

Build and run: ./bar.sh that is nothing but rm app.zip; zip -r app.zip *; nw app.zip

That would look like:

img

About

A simple sample app to demo the usage of node-webkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published