An open API service indexing awesome lists of open source software.

https://github.com/ashenfad/partisanship

Tracking the Partisanship of the US Congress
https://github.com/ashenfad/partisanship

congress politics visualization

Last synced: 6 months ago
JSON representation

Tracking the Partisanship of the US Congress

Awesome Lists containing this project

README

          

# Partisanship

This project is 1/2 an exploration of partisanship trends in the
US Congress and 1/2 an excuse to play with Clojure.

See the [results](http://ashenfad.github.com/partisanship/)!

## Usage

- Install [Leiningen](https://github.com/technomancy/leiningen)
- Scrape voting data: `lein scrape`
- Generate png graphs: `lein graph`
- Generate dygraph CSVs: `lein dygraph`