A resource for young voters to explore voting options, through data and social media.
Need and independent account for:
- Gmail
- Twitter API (they already have twitter so it should be fine)
- Bluemix
- Typeform
- Github
- Zapier
Current features of APIs
- vote API
Request example: POST /api/vote HTTP/1.1 Host: localhost:8080 Content-Type: application/json; charset=utf-8 Cache-Control: no-cache
{"voter": "kitten", "postcode": "k2n" }
Response: { "voter": "kitten", "postcode": "k2n" }