dscape / votr-part1

Part 1 of building an SMS voting app using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Real-time SMS Voting App Part 1: Node.js & CouchDB

This app is part of the first blog post in a four-part series on building an SMS and voice voting application using Node.js. This app demostrates the basics of:

  • Using Express to create a new app
  • Configuring a CouchDB
  • Creating a new route to process votes
  • Connecting Twilio to this route

About

Part 1 of building an SMS voting app using Node.js