emoji-chat-demo
A Twilio Programmable Chat Demo using Emojis
Requirements:
- A Twilio Account (sign up for free)
- Node.js (download for free)
Setup:
1. Clone project
git clone https://github.com/dkundel/emoji-chat-demo.git
cd emoji-chat-demo
npm install
cp .env.example .env
.env
file
2. Configure - Open the
.env
file in the project - Add your Twilio Account SID from the Twilio Console
- Create a set of API Key/Secret in the Twilio Console and add them in the
.env
file - Create a new Twilio Chat Service and add the Service SID
- Save the file
3. Start the Server
Run:
npm start
http://localhost:3000
4. Go toQuestions?
Message dkundel@twilio.com or tweet @dkundel
License
MIT
Contributors
- Dominik Kundel dkundel@twilio.com