Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/robbiewain/theopenbudget

d3.js budget data visualization
https://github.com/robbiewain/theopenbudget

Last synced: about 1 month ago
JSON representation

d3.js budget data visualization

Lists

README

        

# TheOpenBudget.org

A cutting edge government transparency project, allowing you to quickly and easily explore where the Australian government spends your money.

## Contact

Get in touch on twitter if you want to know more: @theopenbudget

## Development

To install dependencies you will need to install npm and then run:

```shell
npm install
```

Then you will need to install bower and run:

```shell
bower install
```

Finally to run a server locally, you can run:

```shell
grunt serve
```

## Other dependencies

Ruby and Sass are also required to compile the stylesheets. When you've confirmed you have Ruby installed, run `gem install sass` to install Sass.