Skip to content

Nexmo/Vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOTE BY SMS

Simple vote by SMS application powered by Nexmo, CloudMine, and PubNub. Text a hashtagged name to a Nexmo number for realtime voting.

Example SMS: #github

Install

  • git clone git://github.com/Nexmo/SMS-Vote.git
  • git submodule init
  • git submodule update
  • Update config.php with your credentials and number.
  • Point your Nexmo number to vote.php.

Requirements

  • Zend Framework
  • Nexmo Account & Incoming Number
  • CloudMine Account
  • PubNub Account

Notes

This was a quick and simple example, written for Ann Arbor Startup Weekend. Certainly plenty of room for improvement and features. Pull requests welcome.