Skip to content

embbnux/SimpleGlip

Repository files navigation

Introduction

This is simple version of RingCentral Glip with RESTful API.

Built with:

SimpleGlip Preview

Visit Online

Visit app website in github pages.

Dependences

  • yarn
  • webpack 2
  • react
  • redux

How to develop based on this app

Clone the code

$ git clone https://github.com/embbnux/SimpleGlip.git

Create API secret file in project root path

# api.json
{
  "appKey": "your ringcentral app key",
  "appSecret": "your ringcentral app sercet",
  "server": "ringcentral sever url, eg: https://platform.devtest.ringcentral.com"
}

The appSecret is optional to enable the authorization code flow. If you don't provide appSecret, the app will use the implicit grant flow.

App Permissions required: Glip and Webhook Subscription

Start development server

$ yarn
$ yarn start

Open site: 'http://localhost:8080/' on browser