Mobile push notifications made easy. Single service for multiple OS and devices.
Frontend for push notifications service that works with APNS and GCM. Backend part is available here push-notifications-service. Final version soon.
- Support for both Android and iOS devices from one place
- Multiple applications for same user
- Support for unlimited number of devices, push notifications and applications
- Scheduled notifications
- Public API for registering devices and sending notifications
- List all registered devices
- Install npm package manager
sudo npm install -g gulp bower
git clone https://github.com/btrajkovski/push-notifications-frontend.git
cd push-notifications-frontend
npm install
bower install
gulp