1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-18 22:52:57 +00:00
browserphone/README.md
Knut Ahlers 48b6c49ba2
Add Screenshot to README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-30 13:48:28 +02:00

14 lines
524 B
Markdown

# Luzifer / browserphone
Implementation of Twilio browser phone based on the [TwilioDevEd/client-quickstart-js](https://github.com/twiliodeved/client-quickstart-js).
![](screenshot.png)
## Setup
Follow the [instructions in the README](https://github.com/TwilioDevEd/client-quickstart-js/blob/master/README.md) of the client-quickstart-js project and remember the `capability-token` URL:
```console
# docker run --rm -ti -p 3000:3000 -e CAP_TOKEN_URL=https://<YOUR URL>.twil.io/capability-token luzifer/browserphone
```