1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js
Go to file
dependabot[bot] 3d9ad9f5c0
Bump loader-utils from 1.4.0 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 19:51:34 +00:00
dist Add manifest 2019-06-10 23:51:29 +02:00
src Bring project to life again 2022-08-23 18:47:44 +02:00
.dockerignore initial version 2019-05-30 13:30:31 +02:00
.gitignore Update dependencies and build system 2022-08-24 00:30:59 +02:00
docker-entrypoint.sh Add manifest 2019-06-10 23:51:29 +02:00
Dockerfile Update dependencies and build system 2022-08-24 00:30:59 +02:00
LICENSE Add META 2019-05-30 13:44:50 +02:00
package-lock.json Bump loader-utils from 1.4.0 to 1.4.2 2022-11-17 19:51:34 +00:00
package.json Update dependencies and build system 2022-08-24 00:30:59 +02:00
README.md Add Screenshot to README 2019-05-30 13:48:28 +02:00
screenshot.png Add Screenshot to README 2019-05-30 13:48:28 +02:00
webpack.config.js Update dependencies and build system 2022-08-24 00:30:59 +02:00

Luzifer / browserphone

Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js.

Setup

Follow the instructions in the README of the client-quickstart-js project and remember the capability-token URL:

# docker run --rm -ti -p 3000:3000 -e CAP_TOKEN_URL=https://<YOUR URL>.twil.io/capability-token luzifer/browserphone