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

https://github.com/b9874e40962149eee62a8fd3bc4e709e/firebase-notification-service

A Push Notification Service for Firebase and SIP based APPs.
https://github.com/b9874e40962149eee62a8fd3bc4e709e/firebase-notification-service

Last synced: about 2 months ago
JSON representation

A Push Notification Service for Firebase and SIP based APPs.

Awesome Lists containing this project

README

        

## Description

A Push Notification Service for Firebase and SIP based APPs.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## APIs

Send a notification to a specific user topic.
```
curl http://localhost:3000/send/:user/:server/:callid/:uuid
```
_The registered topics must be: ```%```_.