Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 602 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 602 Bytes

votesavvy

A resource for young voters to explore voting options, through data and social media.

personas

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

  1. 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" }