This project is a template to set up a script to send messages to a Signal Chat (group chat or individual)
- a second phone number (Google Voice, Burner, etc)
- a second smart device to register a signal account for the script
- docker installed on the host machine
Download signal on your secondary smart device and set up a new signal account with the Google Voice number
Follow this guide to set up the Signal API Docker Container https://github.com/bbernhard/signal-cli-rest-api
mkdir my-node-app && cd my-node-app && git init && npm init -y