Inspired by Twilio API and its feats
It allows to be able to post message to your closed one's number.
Our app is built upon react js on top of Twilio
Configuring Twilio Fetching API calls
Twilio setup and its configurations
API calls and Twilio feats
To setup our new pages and add other feats provided by Twilio like voice calls etc.
This is an example of sending message using React and Twilio. It consists of a whatsappForm component that communicates with a server endpoint to send messages via the Twilio REST API.
To see how to build the project yourself, check out the blog post How to send an message from React with Twilio.
To run the project you will need a Twilio account and a Twilio phone number that can send whatsapp messages. Gather your Twilio Account Sid and Auth Token from the Twilio console and the phone number.
Then, clone the project, change into the directory and install the dependencies.
git clone https://github.com/Cloud-Hacks/hacky-greet-app.git
cd send-sms-react-twilio
npm installFind the .env and fill in your Twilio credentials and phone number.
Start the application on its own with the command:
npm run devOpen the app at localhost:3000. You can now use the form to send SMS messages via your Twilio number.
