{"id":21406777,"url":"https://github.com/ringcentral/glipped","last_synced_at":"2025-07-14T00:32:50.856Z","repository":{"id":49158627,"uuid":"93574453","full_name":"ringcentral/Glipped","owner":"ringcentral","description":"Invite Users to a Public Glip Group. Express app using Swig to invite users to Glip Group","archived":false,"fork":false,"pushed_at":"2021-06-25T19:38:58.000Z","size":667,"stargazers_count":5,"open_issues_count":4,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-07T20:43:13.926Z","etag":null,"topics":["glip","glip-group","invite-users"],"latest_commit_sha":null,"homepage":"https://developer.ringcentral.com/api-explorer/latest/index.html#/Glip_API","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ringcentral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-07T00:17:31.000Z","updated_at":"2024-06-12T02:35:05.000Z","dependencies_parsed_at":"2022-08-27T06:41:05.787Z","dependency_job_id":null,"html_url":"https://github.com/ringcentral/Glipped","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ringcentral/Glipped","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2FGlipped","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2FGlipped/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2FGlipped/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2FGlipped/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringcentral","download_url":"https://codeload.github.com/ringcentral/Glipped/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2FGlipped/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265227899,"owners_count":23731060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glip","glip-group","invite-users"],"created_at":"2024-11-22T16:42:37.113Z","updated_at":"2025-07-14T00:32:45.832Z","avatar_url":"https://github.com/ringcentral.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ringcentral/Glipped.svg?branch=master)](https://travis-ci.org/ringcentral/Glipped)\n[![Code Climate](https://img.shields.io/codeclimate/github/anilkumarbp/Glipped.svg)](https://codeclimate.com/github/anilkumarbp/Glipped)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Chat: RingCentral](https://img.shields.io/badge/Chat-RingCentral-orange.svg)](https://glipped.herokuapp.com/)\n[![npm (scoped)](https://img.shields.io/npm/v/@cycle/core.svg)]()\n[![David](https://img.shields.io/david/expressjs/express.svg)](https://david-dm.org/anilkumarbp/glipped)\n[![Coverage Status](https://coveralls.io/repos/github/anilkumarbp/Glipped/badge.svg?branch=master)](https://coveralls.io/github/anilkumarbp/Glipped?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fb9bbae6b5f34945b2af1f283fc8538a)](https://www.codacy.com/app/anilkumarbp/Glipped?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=anilkumarbp/Glipped\u0026amp;utm_campaign=Badge_Grade)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/anilkumarbp/Glipped/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/anilkumarbp/Glipped/?branch=master)\n \n\n# Glipped\n\nA simple Express Server App to invite users to Glip Groups.\n\n# Features\n- A landing page you can point users to fill in their\n  emails and receive an invite into the `Glip` group.\n- A SVG badge that works well from static mediums\n  (like GitHub README pages)\n\n \n## Requirement\n\n* Node - 7.4.0  \n* Express - 4.11.xx \n\n\n## Installation via NPM\n\n```bash\n$ cd glipped\n$ npm install\n```\n\n## Running `Glipped` locally\n\n```bash\n$ cp config-sample.env.txt .env\n$ vi .env\n```\n\n1. Enter the indicated values:\n \n    * **RC_APP_KEY=** Your application's `app_key`  \n    * **RC_APP_SECRET=** Your application's `app_secret`  \n    * **RC_APP_SERVER_URL=** Either `sandbox` -OR- `production`\n    * **RC_USERNAME=** Glip User's `phone-number`\n    * **RC_EXTENSION=** Glip User's `extension`\n    * **RC_PASSWORD=** Glip User's `password`\n    * **APP_LOGO=** Organizations's `logo` ( a http / https link to the Logo )\n    * **GLIP_GROUP_NAME=** Organization's `name`\n    * **GLIP_GROUP_ID=** Group ID of the glip `group`  \n        \n** To GET the `groupId` of the group please ref to [Get Group List](https://developer.ringcentral.com/api-explorer/latest/index.html#/!/Glip_API/loadGroupList);      \n\n```\nnpm start\n```\n\n## Running `Glipped` on Heroku\n\nIf you already have your Glip email address and password, you can use [Heroku One-Button Deployment](https://devcenter.heroku.com/articles/heroku-button).\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n\nTo run the unit tests:\n```\nnpm test\n```\n\n\n\n** Application would be started on port 8080 ( http://localhost:8080 )\n\n### SVG\n\n[![Chat: RingCentral](https://img.shields.io/badge/Chat-RingCentral-orange.svg)](http://localhost:8080/)\n\n```html\n\u003cimg src=\"https://img.shields.io/badge/Chat-RingCentral-orange.svg\"\u003e\n```\n\nDone in Markdown this looks like:\n\n    [![Chat: RingCentral](https://img.shields.io/badge/Chat-RingCentral-orange.svg)](http://localhost:8080/)\n\n### Landing page\n\n![APP screenshots](assets/demo.png)\n\nPoint to `http://localhost:8080/`.\n\n**Note:** the image for the logo of the landing page\nis 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.\n\n\n## Dependencies\n\nCurrent used RCSDK version for this demo is :\n[ \"ringcentral\": \"^3.1.1\"](https://github.com/ringcentral/ringcentral-js/tree/3.1.1)\n* Make sure to change the SDK version in the package.json before you chose to use a different SDK Version.\n\n\n## Links\n\nProject Repo\n\n* https://github.com/anilkumarbp/Glipped\n\nRingCentral SDK for JavaScript\n\n* https://github.com/ringcentral/ringcentral-js\n\nRingCentral API Docs\n\n* https://developer.ringcentral.com/api-and-docs.html\n\nRingCentral API Explorer\n\n* https://developer.ringcentral.com/api-explorer/latest/index.html\n\n## Contributions\n\nAny reports of problems, comments or suggestions are most welcome.\n\nPlease report these on [Glipped's Issue Tracker in Github](https://github.com/anilkumarbp/Glipped/issues).\n\n## License\n\nRingCentral SDK is available under an MIT-style license. See [LICENSE.txt](LICENSE.txt) for details.\n\nRingCentral SDK \u0026copy; 2017 by RingCentral\n\n## FAQ\n\n* What if I do not have a RingCentral account? Don't have an account, no worries: [Become a RingCentral Customer](https://www.ringcentral.com/office/plansandpricing.html)\n* I/My company is an Independent Software Vendor (ISV) who would like to integrate with RingCentral, how do I do that? You can apply to [Join the RingCentral Partner Program](http://www.ringcentral.com/partner/isvreseller.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fglipped","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringcentral%2Fglipped","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fglipped/lists"}