Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.22 KB

What is Congress Doing Today?

What Did Congress Do Today? is a site to show the daily activity of the House and the Senate of the U.S. Government.

About

What exactly goes on in a typical day at the Senate or the House of Representatives? I had no idea, but I wanted to find out. Staying informed about the political process is part of being a good citizen, but it can be hard to trawl through the Senate or House official websites to get the important information. This site was built to pull that information and display it in an easy-to-read format that provides the stuff people may actually care about.

This site uses the ProPublica Congress API for its data, and is built with Nuxt.js. The site is updated hourly, and the generated files are pushed and served through GitHub Pages.

Build Setup

If you would like to build the project yourself, follow these instructions.

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate