Skip to content

nicolasagosti/MessageAndCalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

peer-sms-call

Getting Started

A simple sms and call application. User's basically can send free sms and make a free call. Powered by Twilio API.

Images

screenshot

Clone repository

To clone the repository, use the following commands:

git clone https://github.com/Arianejay/Peer-SMS-Call-React-NodeJS.git
cd client
npm install
cd server
npm install

Available Scripts

  • dev - runs the app

Technologies

Client Side

Server Side

Todos

  • Fix call function
  • Fix maximum character count

env

// server
TWILIO_ACCOUNT_SID="XXXXXX"
TWILIO_AUTH_TOKEN="XXXXXX"
TWILIO_PHONE_NUMBER="+XXXXXX"
TWILIO_API_KEY="XXXXXX"
TWILIO_SECRET="XXXXXX"
TWILIO_APP_SID="XXXXXX"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published