{"id":16402837,"url":"https://github.com/don/cordova-plugin-hello","last_synced_at":"2025-09-09T14:44:35.999Z","repository":{"id":4028722,"uuid":"5129068","full_name":"don/cordova-plugin-hello","owner":"don","description":"Sample Hello World Cordova Plugin","archived":false,"fork":false,"pushed_at":"2022-06-06T15:30:51.000Z","size":19,"stargazers_count":190,"open_issues_count":1,"forks_count":208,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T07:05:02.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/don.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-20T22:21:39.000Z","updated_at":"2025-03-23T10:10:13.000Z","dependencies_parsed_at":"2022-09-11T05:30:33.287Z","dependency_job_id":null,"html_url":"https://github.com/don/cordova-plugin-hello","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don%2Fcordova-plugin-hello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don%2Fcordova-plugin-hello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don%2Fcordova-plugin-hello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don%2Fcordova-plugin-hello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/don","download_url":"https://codeload.github.com/don/cordova-plugin-hello/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305930,"owners_count":20917207,"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":[],"created_at":"2024-10-11T05:47:24.917Z","updated_at":"2025-04-05T08:03:45.868Z","avatar_url":"https://github.com/don.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordova Hello World Plugin\n\nSimple plugin that returns your string prefixed with hello.\n\nGreeting a user with \"Hello, world\" is something that could be done in JavaScript. This plugin provides a simple example demonstrating how Cordova plugins work.\n\n## Using\n\nCreate a new Cordova Project\n\n    $ cordova create hello com.example.helloapp Hello\n    \nInstall the plugin\n\n    $ cd hello\n    $ cordova plugin add https://github.com/don/cordova-plugin-hello.git\n    \n\nEdit `www/js/index.js` and add the following code inside `onDeviceReady`\n\n```js\n    var success = function(message) {\n        alert(message);\n    }\n\n    var failure = function() {\n        alert(\"Error calling Hello Plugin\");\n    }\n\n    hello.greet(\"World\", success, failure);\n```\n\nInstall iOS or Android platform\n\n    cordova platform add ios\n    cordova platform add android\n    \nRun the code\n\n    cordova run \n\n## More Info\n\nFor more information on setting up Cordova see [the documentation](http://cordova.apache.org/docs/en/latest/guide/cli/index.html)\n\nFor more info on plugins see the [Plugin Development Guide](http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdon%2Fcordova-plugin-hello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdon%2Fcordova-plugin-hello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdon%2Fcordova-plugin-hello/lists"}