https://github.com/pmbanugo/twilio-simple-web-chat
Simple chat application built with Twilio in JavaScript
https://github.com/pmbanugo/twilio-simple-web-chat
chat-application realtime-chat twilio
Last synced: 8 months ago
JSON representation
Simple chat application built with Twilio in JavaScript
- Host: GitHub
- URL: https://github.com/pmbanugo/twilio-simple-web-chat
- Owner: pmbanugo
- License: mit
- Created: 2017-09-07T17:59:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T21:56:09.000Z (over 7 years ago)
- Last Synced: 2024-12-30T14:23:34.299Z (9 months ago)
- Topics: chat-application, realtime-chat, twilio
- Language: HTML
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sample application on building a chat app using Twilio. See this blog post for more details: https://www.twilio.com/blog/2017/11/build-simple-web-chat-apps-javascript-nodejs-twilio.html
# Setup:
1. run `npm install`
2. Open the file `/src/credentials.example.json` and replace add your credentials from your Twilio account.
3. Rename the file to `credentials.json`.
4. start the app with `npm start`.
5. Open the web app on the browser.