Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```