Skip to content

Cloud-Hacks/hacky-greeting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grt

Inspiration

Inspired by Twilio API and its feats

What it does

It allows to be able to post message to your closed one's number.

How we built it

Our app is built upon react js on top of Twilio

Challenges we ran into

Configuring Twilio Fetching API calls

Accomplishments that we're proud of

Twilio setup and its configurations

What we learned

API calls and Twilio feats

What's next for Hacky Greeting App

To setup our new pages and add other feats provided by Twilio like voice calls etc.

Send message with React and Twilio

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.

Running the project

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 install

Find the .env and fill in your Twilio credentials and phone number.

Start the application on its own with the command:

npm run dev

Open the app at localhost:3000. You can now use the form to send SMS messages via your Twilio number.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors