Convert any web app to a native Windows, Linux, Mac, or Chrome desktop application.
- WebDGap requires you to add your application's name first.
- Load your application's logo second.
- Lastly load in your application's source encased in a zip file.
IMPORTANT!!! (your zip file must look something like this, when exporting it as a desktop or chrome application)
- index.html
- css/style.css
- js/jquery.js
- js/script.js
NOTE: Larger zip files take a longer time loading and exporting!
1.0.7
WebDGap uses a number of open source projects to work properly:
- jQuery - duh
- JSZip - package zip files in javascript
- Electron - run web apps as desktop apps
- node-webkit - run web apps as desktop apps
MIT