summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/phonegap-plugin-push/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/plugins/phonegap-plugin-push/README.md')
-rw-r--r--StoneIsland/plugins/phonegap-plugin-push/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/StoneIsland/plugins/phonegap-plugin-push/README.md b/StoneIsland/plugins/phonegap-plugin-push/README.md
new file mode 100644
index 00000000..8f9ff5e9
--- /dev/null
+++ b/StoneIsland/plugins/phonegap-plugin-push/README.md
@@ -0,0 +1,26 @@
+#phonegap-plugin-push [![Build Status](https://travis-ci.org/phonegap/phonegap-plugin-push.svg)](https://travis-ci.org/phonegap/phonegap-plugin-push)
+
+> Register and receive push notifications
+
+# What is this?
+
+This plugin offers support to receive and handle native push notifications with a **single unified API**.
+
+Starting with version `1.9.0`, this plugin will support `CocoaPods` installation of the `Google Cloud Messaging` library. More details are available in the [Installation](docs/INSTALLATION.md#cocoapods) documentation.
+
+- [Reporting Issues](docs/ISSUES.md)
+- [Installation](docs/INSTALLATION.md)
+- [API reference](docs/API.md)
+- [Typescript support](docs/TYPESCRIPT.md)
+- [Examples](docs/EXAMPLES.md)
+- [Platform support](docs/PLATFORM_SUPPORT.md)
+- [Cloud build support (PG Build, IntelXDK)](docs/PHONEGAP_BUILD.md)
+- [Push notification payload details](docs/PAYLOAD.md)
+- [Contributing](.github/CONTRIBUTING.md)
+- [License (MIT)](MIT-LICENSE)
+
+
+# Do you like tutorial? You get tutorial!
+
+ - [PhoneGap Day US Push Workshop 2016 (using node-gcm)](http://macdonst.github.io/push-workshop/)
+ - [PhoneGap Day EU Push Workshop 2016 (using PhoneGap Push)](http://macdonst.github.io/push-workshop-eu/)