Skip to content

Visualize budgets from various levels of the German government; based on the OpenSpending API

License

Notifications You must be signed in to change notification settings

bclausdorff/offenerhaushalt.de

 
 

Repository files navigation

OffenerHaushalt 2.0

This repository will contain the second edition of OffenerHaushalt, a front-end to OpenSpending with a focus on budgets from different levels of the German government.

Building the site

OffenerHaushalt is a simple Flask application that will be frozen to static HTML documents. The rendered (and statically saved) site can be downloaded to Amazon S3 and served from there. The following dependencies are required to build the site:

  • Python 2.x, virtualenv
  • node.js with npm, and global installs of: uglify-js, less, bower

When you have OffenerHaushalt checked out, follow these steps:

bower install
virtualenv pyenv
source pyenv/bin/activate
pip install -r requirements.txt
python setup.py develop

You can then run the site like a normal Flask application:

python offenerhaushalt/manage.py runserver

Having verified that the application work, you can build a frozen version of all the contents in this database by running:

python offenerhaushalt/manage.py freeze

This will make a plain HTML version of the visualizations, ready to be deployed to S3 or another file hosting platform.

About

Visualize budgets from various levels of the German government; based on the OpenSpending API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.8%
  • JavaScript 20.1%
  • Python 13.2%
  • CSS 6.9%
  • Other 1.0%