Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 513 Bytes

Appify

Turn any website into a native app in seconds! For use with npm and cordova.

##Demo with iPad Demo

Setup

$ npm install -g cordova
$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
$ git clone https://github.com/samkho10/appify.git <app-name>

How to Use

  • Change variable WEBSITE_URL to a URL of your choice.
  • Run application with the following command:
$ cordova run ios
  • Watch your app come to life!