A Chrome extension using APIs from Sunlight Foundation that scans a webpage to give the user more information about legislation, Congressional key terms, and current Congressmen.
Head over to the hosted extension this link and follow the install instructions.
Clone the repo to a local folder and load the contents of the extension-files folder into Chrome using these instructions.
git clone https://github.com/stangah/Sunlight-extension.git
The server is a standard node.js/Express app that can be deployed using node. Be sure to run npm install from the root directory before starting the server.
npm install
node server.js
Click on the extension icon in your browser action bar to scan the page and request info from the server. Results will be organized into the provided tabs. Click on each term to access more info.
Contributing to this repo is an easy way to become my friend.