An open API service indexing awesome lists of open source software.

https://github.com/udelblue/cordova_wrapper

Easy to use cordova wrapper for existing websites.
https://github.com/udelblue/cordova_wrapper

cordova cordova-cli cordova-wrapper

Last synced: 3 months ago
JSON representation

Easy to use cordova wrapper for existing websites.

Awesome Lists containing this project

README

        

## Cordova Wrapper
Wrap your existing website

## Modify
open www/index.html and modify with URL, title and description. Change URL to site you wish to wrap.

## Build
```sh
npm install
cordova platform add android
cordova platform add ios
cordova build
```

## Run
```sh
cordova emulate android
```