Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.05 KB

Informed Voter

A mobile app for finding your and your friends polling stations and sharing them via iMessage.

This app is no longer maintained or on the App Store so it was open sourced.

How to Use

  1. Fork the repository
  2. Install/Set up CocoaPods
  3. Install Fabric
  4. Run pod install in the project's root directory
  5. Update Constants.swift file with you personal credentials
  6. Add sticker images
  7. Run the app

In order to get correct polling station information for an election, you'll have to look up the election's id for Google's Civic Information API. Note that the API is usually pretty sparse until only a few weeks before an election so you may want to use the test election info until then.

Services Used

  • Google's Civic Information API
  • Google Places API
  • Google Maps API
  • OneSignal

License

Released under the MIT License. See LICENSE or http://opensource.org/licenses/MIT for more information.