mirror of
https://github.com/Luzifer/browserphone.git
synced 2024-11-08 13:50:05 +00:00
Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js
3eda72fcdc
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) Updates `vue-loader` from 15.10.0 to 17.0.1 - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.10.0...v17.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: vue-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
dist | ||
src | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
docker-entrypoint.sh | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
screenshot.png | ||
webpack.config.js |
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