{"id":17377404,"url":"https://github.com/pradel/meteor-ionic-push","last_synced_at":"2025-03-27T20:21:28.660Z","repository":{"id":71415676,"uuid":"49665155","full_name":"pradel/meteor-ionic-push","owner":"pradel","description":"Ionic push for meteor","archived":false,"fork":false,"pushed_at":"2016-01-15T19:19:58.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T22:43:57.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pradel.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":"2016-01-14T18:04:07.000Z","updated_at":"2019-04-01T15:43:22.000Z","dependencies_parsed_at":"2023-03-18T04:31:20.254Z","dependency_job_id":null,"html_url":"https://github.com/pradel/meteor-ionic-push","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/pradel%2Fmeteor-ionic-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradel%2Fmeteor-ionic-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradel%2Fmeteor-ionic-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradel%2Fmeteor-ionic-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradel","download_url":"https://codeload.github.com/pradel/meteor-ionic-push/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245917022,"owners_count":20693450,"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-16T05:05:57.487Z","updated_at":"2025-03-27T20:21:28.634Z","avatar_url":"https://github.com/pradel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ionic Push for Meteor\n\nMeteor package for sending push notifications via [ionic push](http://docs.ionic.io/docs/push-quick-start)\n\n## Installation\n    meteor add leopradel:meteor-ionic-push\n\n## Example\n    // Config Ionic Push service\n    Meteor.startup(function() {\n        IonicPush.config('your_ionic_app_id', 'your_ionic_app_secret');\n    });\n    \n    // Send notification in method\n    Meteor.methods({\n        sendMessage: function (message) {\n            // Notify your users a new message is in chat\n            var my_users_token = ... // Get an array of your users device tokens\n            IonicPush.send({\n                'tokens': my_users_token,\n                'notification': {\n                    'alert': message\n                }\n            });\n        }\n    });\n\n## API\n* `config(app_id, app_secret)`\nConfigure IonicPush package\n\n* `send(params)`\nSend a new push notification to ionic\n\n* `checkPushStatus(message_id)`\nCheck the status of a queued push notification","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradel%2Fmeteor-ionic-push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradel%2Fmeteor-ionic-push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradel%2Fmeteor-ionic-push/lists"}