Skip to content

adamgibbons/angular-govtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors