{"id":19218759,"url":"https://github.com/fadilxcoder/jquery-mobile","last_synced_at":"2026-04-16T18:03:01.902Z","repository":{"id":43779039,"uuid":"181191451","full_name":"fadilxcoder/jquery-mobile","owner":"fadilxcoder","description":"Mobile - Demo App / Fake Api Client - Vercel / Stream TV shows App - [https://github.com/fadilxcoder/fake-api-server.git]","archived":false,"fork":false,"pushed_at":"2022-08-14T16:37:05.000Z","size":6611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T19:23:44.096Z","etag":null,"topics":["android","automated-deployment","ci-cd-pipeline","client","github-actions","mobile-app","multi-apps"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fadilxcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-13T15:31:24.000Z","updated_at":"2023-01-17T18:55:52.000Z","dependencies_parsed_at":"2022-07-17T14:30:33.068Z","dependency_job_id":null,"html_url":"https://github.com/fadilxcoder/jquery-mobile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fjquery-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fjquery-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fjquery-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fjquery-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadilxcoder","download_url":"https://codeload.github.com/fadilxcoder/jquery-mobile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292395,"owners_count":19778311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","automated-deployment","ci-cd-pipeline","client","github-actions","mobile-app","multi-apps"],"created_at":"2024-11-09T14:27:59.730Z","updated_at":"2026-04-16T18:03:01.827Z","avatar_url":"https://github.com/fadilxcoder.png","language":"JavaScript","readme":"# NOTES\n\n- **master** : Fake API branch\n- **poc** : JQM PoC (deprecated) branch\n- **stream** : Videos streaming branch\n\n**Using Apache cordova / Linux**\n\n- Install node pacage : `npm install -g cordova`\n- Create project : `cordova create \u003cAPP_NAME\u003e`\n- Goto to \u003cAPP_NAME\u003e and add codes\n- - `cordova platform add browser` - Web GUI\n- - `cordova platform add android` - Android\n- - `cordova run browser` - Run app in web browser\n- - `cordova serve browser` - Serves root app in web browser\n- - `cordova build android` - Build android app\n- - *If there are issues like \"No Java files found that extend CordovaActivity.\"* : `cordova platforms rm android` OR `cordova platform rm android` and add new `cordova platform add android`\n- Access web app on LAN / WLAN by disabling / enabling firewall : `sudo ufw disable` OR `sudo ufw enable`\n\n## Related notes\n\n- Fake API server \n- - https://github.com/fadilxcoder/fake-api-server.git (Fake Api provider)\n- - https://my-json-server.typicode.com/fadilxcoder/fake-api-server (Fake Api)\n- - https://json-server-fake-api.glitch.me/ (Fake Api versionning)\n\n\n## Vercel notes\n\n- **Ignored Build Step** - *You can customize this behavior with a command that exits with code 1 (new Build needed) or code 0.*\n- Add `bash script.sh`\n- `$VERCEL_ENV` is set to `PRODUCTION: true` in Github Action `ci-deploy.yaml`\n\n```bash\n#!/bin/bash\n\necho \"VERCEL_ENV: $VERCEL_ENV\"\n\nif [[ \"$VERCEL_ENV\" == \"production\" ]] ; then\n  # Proceed with the build\n  echo \"✅ - Build can proceed\"\n  exit 1;\n\nelse\n  # Don't build\n  echo \"🛑 - Build cancelled\"\n  exit 0;\nfi\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadilxcoder%2Fjquery-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadilxcoder%2Fjquery-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadilxcoder%2Fjquery-mobile/lists"}