https://github.com/adrice727/quick-ot-credentials
A desktop app for quickly generating OpenTok session credentials
https://github.com/adrice727/quick-ot-credentials
credentials electron electron-app opentok webrtc
Last synced: 3 months ago
JSON representation
A desktop app for quickly generating OpenTok session credentials
- Host: GitHub
- URL: https://github.com/adrice727/quick-ot-credentials
- Owner: adrice727
- License: mit
- Created: 2017-10-31T21:17:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T16:41:58.000Z (over 7 years ago)
- Last Synced: 2025-01-03T20:13:03.856Z (5 months ago)
- Topics: credentials, electron, electron-app, opentok, webrtc
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick OT Credentials

#### An electron application for quickly generating OpenTok session credentials.To run:
```
$ npm install
$ npm start
```To build an executable for Mac:
```
$ npm run build-app
```