angular-govtrack

Angular.js wrapper for https://www.govtrack.us/. Its primary purpose is to abstract and simplify the Govtrack.us API as a dependency module.


Install
bower install angular-govtrack

Documentation

angular-govtracker

angular-govtracker is an Angular.js wrapper for https://www.govtrack.us/. Its primary purpose is to abstract and simplify the Govtrack.us api as a dependency module.

Example implementation

code block

API Documentation

Demo at angular-govtracker-demo

Bills

$govtracker.bills.list({})
$govtracker.bills.retrieve({id: 'id'})

Cosponsorship

Person

$govtracker.person.list({})
$govtracker.person.retrieve({id: 'id'})

Role

Vote

Vote_voter

Committee

Committee_member