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

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

Awesome Lists containing this project

README

        

# Quick OT Credentials

![logo](./logo.png)
#### 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
```