mapping policy and actions against results
api | ||
render | ||
templates | ||
.gitignore | ||
add_bill_node.py | ||
add_bill_sponsors.py | ||
add_bill_type.py | ||
add_csv.py | ||
add_law_sponsors.py | ||
add_law_type.py | ||
api.py | ||
cosponsored_add.py | ||
dedupe_relationships.py | ||
executive_orders.csv | ||
get_members.py | ||
members_add_node.py | ||
README.org | ||
render.py | ||
requirments.txt | ||
retrieve_bills.py | ||
sponsored_add.py | ||
update_bills.py | ||
update_laws.py | ||
write_json_to_csv.py |
- clone the repository
- cd into the repository
- create a virtual environment for python
- activate the environment
- update pip
- install requirements
- cd into the renderer
- start the renderer
- go to http://localhost:5000 to view the graph
clone the repository
cd into the repository
**