Skip to content

Commit

Permalink
Fix another url, add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
HazemKhaled committed Oct 2, 2015
1 parent 75f88f3 commit e98e0aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TiPushNotification
Yes you can use it with your self-hosted server or any other cloud services like Parse.com or Appcelerator cloud.

## Get it [![gitTio](http://gitt.io/badge.svg)](http://gitt.io/component/dk.napp.drawer)
## Get it [![gitTio](http://gitt.io/badge.svg)](http://gitt.io/component/TiPushNotification)
Download the latest distribution ZIP-file and consult the [Titanium Documentation](http://docs.appcelerator.com/titanium/latest/#!/guide/Using_a_Module) on how install it, or simply use the [gitTio CLI](http://gitt.io/cli):

`$ gittio install TiPushNotification`
Expand Down Expand Up @@ -99,5 +99,13 @@ tiPush.registerDevice({
### Contributions
Your issues and pull requests are most welcome.

### TODOs
1. Server-side snippets for PHP and NodeJS
1. Parse.com example
1. Wordpress self-hosted example
1. APN Server API setup tutorial
1. GCM Server API setup tutorial
1. Add option to depend on [CaffeinaLab GCM](https://github.com/CaffeinaLab/GCM) or [Jeroen GCM](https://github.com/morinel/gcmpush) module.

### Credits
This module is based on [ACS Push Notifications](https://github.com/ricardoalcocer/acspushmod) CommonJS module by my Ricardo Alcocer.

0 comments on commit e98e0aa

Please sign in to comment.