Skip to content

ringcentral/Glipped

Repository files navigation

Build Status Code Climate License: MIT Chat: RingCentral npm (scoped) David Coverage Status Codacy Badge Scrutinizer Code Quality

Glipped

A simple Express Server App to invite users to Glip Groups.

Features

  • A landing page you can point users to fill in their emails and receive an invite into the Glip group.
  • A SVG badge that works well from static mediums (like GitHub README pages)

Requirement

  • Node - 7.4.0
  • Express - 4.11.xx

Installation via NPM

$ cd glipped
$ npm install

Running Glipped locally

$ cp config-sample.env.txt .env
$ vi .env
  1. Enter the indicated values:

    • RC_APP_KEY= Your application's app_key
    • RC_APP_SECRET= Your application's app_secret
    • RC_APP_SERVER_URL= Either sandbox -OR- production
    • RC_USERNAME= Glip User's phone-number
    • RC_EXTENSION= Glip User's extension
    • RC_PASSWORD= Glip User's password
    • APP_LOGO= Organizations's logo ( a http / https link to the Logo )
    • GLIP_GROUP_NAME= Organization's name
    • GLIP_GROUP_ID= Group ID of the glip group

** To GET the groupId of the group please ref to Get Group List;

npm start

Running Glipped on Heroku

If you already have your Glip email address and password, you can use Heroku One-Button Deployment.

Deploy

To run the unit tests:

npm test

** Application would be started on port 8080 ( http://localhost:8080 )

SVG

Chat: RingCentral

<img src="https://img.shields.io/badge/Chat-RingCentral-orange.svg">

Done in Markdown this looks like:

[![Chat: RingCentral](https://img.shields.io/badge/Chat-RingCentral-orange.svg)](http://localhost:8080/)

Landing page

APP screenshots

Point to http://localhost:8080/.

Note: the image for the logo of the landing page is retrieved from the RC_LOGO parameter specified in the .ENV file. If you do not provide the URL in the .ENV file, it won't be shown.

Dependencies

Current used RCSDK version for this demo is : "ringcentral": "^3.1.1"

  • Make sure to change the SDK version in the package.json before you chose to use a different SDK Version.

Links

Project Repo

RingCentral SDK for JavaScript

RingCentral API Docs

RingCentral API Explorer

Contributions

Any reports of problems, comments or suggestions are most welcome.

Please report these on Glipped's Issue Tracker in Github.

License

RingCentral SDK is available under an MIT-style license. See LICENSE.txt for details.

RingCentral SDK © 2017 by RingCentral

FAQ

About

Invite Users to a Public Glip Group. Express app using Swig to invite users to Glip Group

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •