Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 645 Bytes

My SignalWire Projects

This repo was made to contain the collection of scripts and applications I have built using SignalWire's APIs over the years.

The examples cover use cases for voice, messaging, and video in a variety of languages.

Credentials

Most of the scripts or applications require your SignalWire space domain, project ID, and API token. Those can be found within your SignalWire Space under the API tab.

ENV

Copy the example.env and replace with your own credentials and/or phone numbers that you may want to frequently use.

cp .env.example .env