https://github.com/ringcentral/ringcentral-notification-app-developer-tool
A tool to help developer to test notification app
https://github.com/ringcentral/ringcentral-notification-app-developer-tool
Last synced: 10 months ago
JSON representation
A tool to help developer to test notification app
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-notification-app-developer-tool
- Owner: ringcentral
- License: mit
- Created: 2021-02-02T00:36:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T00:17:01.000Z (over 4 years ago)
- Last Synced: 2025-07-14T00:46:50.816Z (12 months ago)
- Language: JavaScript
- Homepage: https://ringcentral.github.io/ringcentral-notification-app-developer-tool/
- Size: 1.44 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingCentral notification app developer tool
A tool to help developer to test notification integration for RingCentral app

## Use
Just visit [https://ringcentral.github.io/ringcentral-notification-app-developer-tool](https://ringcentral.github.io/ringcentral-notification-app-developer-tool), fill in your app url and webhook url, the app will load just as in RingCentral app.
## Dev
```sh
# install deps
npm i
# create env file and edit .env
cp sample.env .env
# start server
npm start
# start client
npm run c
# Then visit http://127.0.0.1:6067 by default
```
## Build for github pages
```sh
npm run gh
```
## Links
- [Framework to help creating notification apps](https://github.com/ringcentral/notification-app-js)
- [Helper module to handle communication with RingCentral app](https://github.com/ringcentral/ringcentral-notification-integration-helper)
- [github-notification-app-demo](https://github.com/ringcentral/github-notification-app-demo)
## License
MIT