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.
- Host: GitHub
- URL: https://github.com/b9874e40962149eee62a8fd3bc4e709e/firebase-notification-service
- Owner: b9874e40962149eee62a8fd3bc4e709e
- Created: 2023-07-07T11:28:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T11:40:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T21:08:30.110Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: ```%```_.