1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-18 22:52:57 +00:00
Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js
Go to file
dependabot[bot] 3eda72fcdc
Bump json5 and vue-loader
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>
2023-01-03 14:52:42 +00:00
dist Add auth to capability token URL 2022-12-10 20:03:58 +01:00
src Add call duration, keep notifications 2022-12-10 23:40:51 +01:00
.dockerignore initial version 2019-05-30 13:30:31 +02:00
.eslintrc.js Add call duration, keep notifications 2022-12-10 23:40:51 +01: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
Makefile Add call duration, keep notifications 2022-12-10 23:40:51 +01:00
package-lock.json Bump json5 and vue-loader 2023-01-03 14:52:42 +00:00
package.json Bump json5 and vue-loader 2023-01-03 14:52:42 +00: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