twilio-labs / dev-phone

A developer tool for testing SMS and Voice applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-phone

A developer tool for testing SMS and Voice applications.

A mock up of the dev phone UI

This is a monorepo that contains two Dev Phone packages:

  • the Dev Phone plugin, which uses the Twilio CLI to deploy Twilio account resources and launch a local development server to host the Dev Phone UI
  • The Dev Phone UI, the user interface for the Dev Phone. It is a react app that is tightly coupled with the CLI plugin

Use the Dev Phone

To use the Dev Phone, you'll need to first have an up-to-date installation of the Twilio CLI, as well as access to a spare Twilio phone number. That means that you'll need an upgraded Twilio account, not a trial account.

Once you've installed the Twilio CLI, you're ready to add the Dev Phone plugin with the following command:

twilio plugins:install @twilio-labs/plugin-dev-phone

Once it's installed, you can run the Dev Phone with the following command:

twilio dev-phone

Check out the Dev Phone documentation to learn more about installing and using the Dev Phone.

Contribute to this plugin

Notes for folks working on this plugin are in DEVELOPMENT.md.

About

A developer tool for testing SMS and Voice applications

License:MIT License


Languages

Language:JavaScript 75.0%Language:TypeScript 23.3%Language:HTML 0.8%Language:CSS 0.5%Language:Shell 0.3%Language:Batchfile 0.0%