Giter Club home page Giter Club logo

ankitkanojia / twilio-text-chat Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 640 KB

Twilio is a cloud communications platform as a service company which provides real-time chat service, Programmable Chat made it really easy to implement chat. It’s a great value for us because it saved a ton of product development time. Keep your messages flowing without missing a beat. Twilio stores copies of your data across redundant components for instant failover.

License: MIT License

HTML 8.67% JavaScript 61.66% CSS 29.67%
twilio twilio-api programmable-chat realtimechat chat paid-service

twilio-text-chat's Introduction

Twilio Programmable Text Chat

This is an implementation of Twilio Programmable Chat using React.

# NOTE: Please read Twilio Pricing before use it, as Twilio Programmable Video service is not for free use.

Setting up the react app

Create React apps with no build configuration.

Twilio API Keys

  • TWILIO_ACCOUNT_SID
  • TWILIO_API_KEY
  • TWILIO_API_SECRET
  • TWILIO_CHAT_SERVICE_SID

Setting Up The Node.js Application

Update configuration keys in .env file

TWILIO_ACCOUNT_SID = "YOUR TWILIO_ACCOUNT_SID" 
TWILIO_API_KEY = "YOUR TWILIO_API_KEY" 
TWILIO_API_SECRET = "YOUR TWILIO_API_SECRET"
TWILIO_CHAT_SERVICE_SID = "YOUR TWILIO_CHAT_SERVICE_SID"

Install node_modules

npm install

Now you are ready! Run the application with

npm start or yarn start

Your application should start up at http://localhost:3000.

twilio-text-chat's People

Contributors

ankitkanojia avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.