mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
Push Notifications - WonderPush plugin for Cordova and Ionic. Send unlimited push notifications to iOS and Android devices. Get started in minutes: [Ionic…
|
||||
---
|
||||
|
||||
# Push Notifications - WonderPush
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add wonderpush-cordova-sdk --variable CLIENT_ID=YOUR_CLIENT_ID --variable CLIENT_SECRET=YOUR_CLIENT_SECRET
|
||||
$ npm install @awesome-cordova-plugins/wonderpush
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/wonderpush/)
|
||||
|
||||
Plugin Repo: [https://github.com/wonderpush/wonderpush-cordova-sdk](https://github.com/wonderpush/wonderpush-cordova-sdk)
|
||||
|
||||
Send unlimited push notifications to iOS and Android devices.
|
||||
|
||||
Get started in minutes: [Ionic Quickstart Guide](https://docs.wonderpush.com/docs/ionic-quickstart).
|
||||
@@ -20,8 +16,21 @@ Requires the Cordova plugin `wonderpush-cordova-sdk`.
|
||||
[WonderPush push notifications](https://www.wonderpush.com) are the most effective way
|
||||
to retain your users and grow your audience while remaining fully GDPR compliant.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add wonderpush-cordova-sdk --variable CLIENT_ID=YOUR_CLIENT_ID --variable CLIENT_SECRET=YOUR_CLIENT_SECRET
|
||||
npm install @awesome-cordova-plugins/wonderpush
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/wonderpush/wonderpush-cordova-sdk](https://github.com/wonderpush/wonderpush-cordova-sdk)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user