⚡ Convert any web page into an android application in minutes ⚡
Inspired by this project: Nativefier
Make sure you have android sdk tools installed in your system.
- Clone this repository.
 - Run 
yarn start - Enter the android app's name
 - Enter the website you want to convert.
 - APK will be generated!
 
- Receives the name & url of the website from standard input
 - It internally maintains an android project which has the minimal implementation of webview.
 - Updates the app name and site url within the android project.
 - Fetches the app icon either from here or from the 
faviconof the webpage. - Runs the gradle build command which compiles the project and generates the apk.
 
- Need to download android sdk tools if it is not installed already.
 - To add support for windows & mac operating systems.
 - Generate signed APK - only debug apk is generated now.
 - Directly install the APK on the device, if device is connected.
 
Contributions are welcome! 😇
