{"id":21684514,"url":"https://github.com/scaledrone/phonegap-example","last_synced_at":"2026-05-17T22:36:28.655Z","repository":{"id":83637886,"uuid":"93176518","full_name":"ScaleDrone/PhoneGap-example","owner":"ScaleDrone","description":"Basic PhoneGap example for Scaledrone Realtime Messaging Service","archived":false,"fork":false,"pushed_at":"2017-06-02T15:06:34.000Z","size":3210,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T11:32:54.646Z","etag":null,"topics":["javascript","phonegap","real-time","scaledrone","websocket","websocket-client"],"latest_commit_sha":null,"homepage":"https://www.scaledrone.com/","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/ScaleDrone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-02T14:58:22.000Z","updated_at":"2018-01-10T18:07:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e24a3b40-5ecd-457b-afa0-16938dde8845","html_url":"https://github.com/ScaleDrone/PhoneGap-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ScaleDrone/PhoneGap-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleDrone%2FPhoneGap-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleDrone%2FPhoneGap-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleDrone%2FPhoneGap-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleDrone%2FPhoneGap-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScaleDrone","download_url":"https://codeload.github.com/ScaleDrone/PhoneGap-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleDrone%2FPhoneGap-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33157753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","phonegap","real-time","scaledrone","websocket","websocket-client"],"created_at":"2024-11-25T16:15:56.455Z","updated_at":"2026-05-17T22:36:28.637Z","avatar_url":"https://github.com/ScaleDrone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World PhoneGap Template [![bitHound Score][bithound-img]][bithound-url]\n\nA PhoneGap Hello World template\n\n## Usage\n\n#### PhoneGap CLI\n\nThe hello-world template is the default when you create a new application using the [phonegap-cli][phonegap-cli-url].\n\n    phonegap create my-app\n\nCreate an app using this template specifically:\n\n    phonegap create my-app --template hello-world\n\nTo see a list of other available PhoneGap templates:\n\n    phonegap template list\n\n## [config.xml][config-xml]\n\n#### android-minSdkVersion (Android only)\n\nMinimum SDK version supported on the target device. Maximum version is blank by default.\n\nThis template sets the minimum to `14`.\n\n    \u003cpreference name=\"android-minSdkVersion\" value=\"14\" /\u003e\n\n#### \u0026lt;access ...\u0026gt; (All)\n\nThis template defaults to wide open access.\n\n    \u003caccess origin=\"*\" /\u003e\n\nIt is strongly encouraged that you restrict access to external resources in your application before releasing to production.\n\nFor more information on whitelist configuration, see the [Cordova Whitelist Guide][cordova-whitelist-guide] and the [Cordova Whitelist Plugin documentation][cordova-plugin-whitelist]\n\n## [www/index.html][index-html]\n\n#### Content Security Policy (CSP)\n\nThe default CSP is similarly open:\n\n    \u003cmeta http-equiv=\"Content-Security-Policy\" content=\"default-src * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; media-src *\" /\u003e\n\nMuch like the access tag above, you are strongly encouraged to use a more restrictive CSP in production.\n\nA good starting point declaration might be:\n\n    \u003cmeta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' data: gap: 'unsafe-inline' https://ssl.gstatic.com; style-src 'self' 'unsafe-inline'; media-src *\" /\u003e\n\nFor more information on the Content Security Policy, see the [section on CSP in the Cordova Whitelist Plugin documentation][cordova-plugin-whitelist-csp].\n\nAnother good resource for generating a good CSP declaration is [CSP is Awesome][csp-is-awesome]\n\n\n[phonegap-cli-url]: http://github.com/phonegap/phonegap-cli\n[cordova-app]: http://github.com/apache/cordova-app-hello-world\n[bithound-img]: https://www.bithound.io/github/phonegap/phonegap-app-hello-world/badges/score.svg\n[bithound-url]: https://www.bithound.io/github/phonegap/phonegap-app-hello-world\n[config-xml]: https://github.com/phonegap/phonegap-template-hello-world/blob/master/config.xml\n[index-html]: https://github.com/phonegap/phonegap-template-hello-world/blob/master/www/index.html\n[cordova-whitelist-guide]: https://cordova.apache.org/docs/en/dev/guide/appdev/whitelist/index.html\n[cordova-plugin-whitelist]: http://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist\n[cordova-plugin-whitelist-csp]: http://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist#content-security-policy\n[csp-is-awesome]: http://cspisawesome.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaledrone%2Fphonegap-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaledrone%2Fphonegap-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaledrone%2Fphonegap-example/lists"}