9jaswag / twilio_voting

A sample voting app to showcase Twilio Sync in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing real-time data visualisation in Node.js web apps using Twilio Sync

The companion repository for a tutorial that showcase's Twilio Sync's real-time functionality in Node.js

View tutorial

Prerequisites

Getting Started

  • Clone the repository:
    $ git clone git@github.com:9jaswag/twilio_voting.git
  • Change directory:
    $ cd twilio_voting
  • Install dependencies:
    $ npm install
  • Create a .env in the project's root directory, and copy over the contents of the .env.sample file. Make sure to update the credentials with yours.
  • Start the application:
    $ npm start
  • Visit http://localhost:3000/ in your browser to see the application.

About

A sample voting app to showcase Twilio Sync in Node.js

License:MIT License


Languages

Language:JavaScript 54.3%Language:HTML 23.5%Language:CSS 22.3%