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

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

Awesome Lists containing this project

README

          

# RingCentral notification app developer tool

A tool to help developer to test notification integration for RingCentral app

![ ](screenshots/s1.png)

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