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
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
.
- Zend Framework
- Nexmo Account & Incoming Number
- CloudMine Account
- PubNub Account
This was a quick and simple example, written for Ann Arbor Startup Weekend. Certainly plenty of room for improvement and features. Pull requests welcome.