GithubHelp home page GithubHelp logo

election-2016-service's Introduction

election-2016-service

##About A service to collect election results data from AP, the San Francisco city government website and local races. Inspiration for some of this repo was taken from Elex.

##Requirements

  • Node.js
  • npm
  • MySQL
  • Redis

##Configuration Set the following environment variables:

$ export AP_URL='https://api.ap.org/v2/elections/2012-11-06?apiKey=YOUR_AP_API_KEY&format=json&statePostal=CA'
$ export GOOGLE_DOCS_KEY='YOUR_GOOGLE_DOCS_KEY'
$ export ELECTIONS_DB_HOST='YOUR_MYSQL_HOST'
$ export ELECTIONS_DB_USER='YOUR_MYSQL_USERNAME'
$ export ELECTIONS_DB_PASS='YOUR_MYSQL_PASSWORD'
$ export ELECTIONS_DB_PORT='YOUR_MYSQL_PORT'
$ export NODE_ENV='production' | 'development'
$ export REDIS_URL='REDIS_URL'

Note: This service is programmed to use a database named 'election2016'.

##Installation

$ git clone https://github.com/KQED/election-2016-service.git
$ cd election-2016-service
$ npm install

##Running the Service Locally

$ mysql.server start
$ redis-server
$ node server.js

##Testing

npm test

##Endpoints

/ap

Get race election results data from AP API

/approp

Get prop results data from AP API

/apsenatepres

Get US Senate and Presidential results data from AP API

/local

Get local election results data from designated Google Doc

/sfgov

Get San Francisco election results data from designated Google Doc

election-2016-service's People

Contributors

cynthiaechen avatar syu15 avatar

Watchers

Jason Herring avatar Matt Glaser avatar Noah Piper avatar Kevin Cooke avatar James Cloos avatar  avatar Marc O'Brien avatar Colleen avatar  avatar Andrew Griffin avatar  avatar KQED Git account avatar Sherice Sharp avatar  avatar Connie Jew avatar Audrey Burk avatar

election-2016-service's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.