{"id":16946318,"url":"https://github.com/abritopach/ionic-pushwoosh","last_synced_at":"2026-04-11T13:32:46.566Z","repository":{"id":150422820,"uuid":"100943619","full_name":"abritopach/ionic-pushwoosh","owner":"abritopach","description":"Sample project that shows how to integrate Pushwoosh in Ionic.","archived":false,"fork":false,"pushed_at":"2017-08-24T12:39:46.000Z","size":1637,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T09:13:58.067Z","etag":null,"topics":["ionic","ionic2","push-notifications","pushwoosh"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/abritopach.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-21T11:02:35.000Z","updated_at":"2017-08-22T09:44:49.000Z","dependencies_parsed_at":"2023-05-04T19:01:22.972Z","dependency_job_id":null,"html_url":"https://github.com/abritopach/ionic-pushwoosh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abritopach/ionic-pushwoosh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-pushwoosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-pushwoosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-pushwoosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-pushwoosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abritopach","download_url":"https://codeload.github.com/abritopach/ionic-pushwoosh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fionic-pushwoosh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ionic","ionic2","push-notifications","pushwoosh"],"created_at":"2024-10-13T21:27:06.200Z","updated_at":"2026-04-11T13:32:46.529Z","avatar_url":"https://github.com/abritopach.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ionic-Pushwoosh\n\nSample project that shows how to integrate Pushwoosh in Ionic.\n\n* FrontEnd: Ionic App.\n\n## Install cordova plugins\n\n    * pushwoosh-cordova-plugin\n    * cordova-plugin-whitelist\n\n## Configuration\n\n1) [Register in Pushwoosh](https://go.pushwoosh.com/register)\n2) [Login in Pushwoosh](https://go.pushwoosh.com/v2/login)\n3) Create new App\n    - Enter Application title.\n    - Click Save application.\n    - Click configure in Android Platform: you need API Key and GCM Sender ID.\n4) [Go to google developers console](https://console.developers.google.com)\n    - Create new project.\n    - Create credentials \u003e API Key.\n5) [FCM (former GCM) Configuration](http://docs.pushwoosh.com/docs/fcm-configuration)\n6) Go to step 3 -\u003e configure Android. \n    - In your application click on Android-\u003eEdit to change the configuration for Android application. \n    - Copy your Firebase Cloud Messaging Token to the API Key.\n    - Copy your Sender ID to the GCM Sender ID field.\n7) In providers/pushwoosh-service/pushwoosh-service.ts replace:\n    PUSHWOOSH_APP_ID : string = 'XXXXX-XXXXX'; // Your pushwoosh app id.\n    GOOGLE_PROJECT_NUMBER : string = 'XXXXXXXXXXXX'; // Project number from firebase.\n        \n    with your data.\n\n## Running\n\nBefore you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.\n\nOnly work in mobile devices.\n\n* Test in Android: \n\n```bash\nionic cordova add platform android\nionic cordova run android\n```\n\n* Test in iOS: \n\n```bash\nionic cordova add platform ios\nionic cordova run ios\n```\n\n\n## Requirements\n\n* [Node.js](http://nodejs.org/)\n* [Ionic Cordova](https://ionicframework.com/docs/intro/installation/)\n\n## License\n   \nThe MIT License (MIT) Copyright (c)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n   \nOriginal work Copyright (c) 2017 Adrián Brito\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fionic-pushwoosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabritopach%2Fionic-pushwoosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fionic-pushwoosh/lists"}