Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/hapi-push-notifications-example
Example of Node Hapi push notification
https://github.com/davorbadrov/hapi-push-notifications-example
Last synced: about 2 months ago
JSON representation
Example of Node Hapi push notification
- Host: GitHub
- URL: https://github.com/davorbadrov/hapi-push-notifications-example
- Owner: davorbadrov
- License: isc
- Created: 2016-03-19T11:17:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T21:19:32.000Z (almost 9 years ago)
- Last Synced: 2024-10-17T13:14:00.269Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hapi push notifications
## [Work in progress]
Example of a Node app with Hapi framework utilising push notifications
## Setup
Needs a config folder containing a configuration file with the following info (a YAML example):
```
port: 9000 # default port on which the app is running
gcm:
apiKey: # gotten from Google for push notifications
senderId: # gotten from Google for push notifications
```