dydgns2017 / app-showcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Showcase

πŸ€” How to publish App Showcase in android-js.github.io

1. Fork this repositroy 🍴

2. Create app folder πŸ“

folder='your application title name'
mkdir $folder

3. Create package.json and icon file in your app folder πŸ“š

Location : app-showcase/your-application/*

you have to reference and then followed this example

ex) package.json

{
  "name": "youtube downloader",
  "package-name": "youtube-dl-downloader-app",
  "version": "1.0.0",
  "icon": "icon.png",
  "description": "download youtube video or audio in my android",
  "apk": "https://drive.google.com/file/d/1edZjSB14zUmMt4va2UqWjHC-_iVrKdyi/view",
  "link": "#http://example.com/itsMe"
}

4. Pull Request and Waiting to merge 😎

you can see the your app in android-js.github.io if successfully merged

About