Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/twbudget
twbudget hacks for yahoo hackday tw 2012
https://github.com/g0v/twbudget
Last synced: about 2 months ago
JSON representation
twbudget hacks for yahoo hackday tw 2012
- Host: GitHub
- URL: https://github.com/g0v/twbudget
- Owner: g0v
- License: other
- Created: 2012-10-21T02:02:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T05:46:38.000Z (over 4 years ago)
- Last Synced: 2024-07-31T22:37:56.123Z (6 months ago)
- Language: LiveScript
- Size: 2.69 MB
- Stars: 52
- Watchers: 128
- Forks: 30
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-g0v - twbudget - 中央政府總預算 (Open Data Open Gov / 開放資料、開放政府 / 課責(選舉罷免、預決算與財政收支、政風與課責))
README
# twbudget
### visualizing taiwan central government spending![twbudget](https://raw.github.com/g0v/twbudget/master/thumbnail.png "twbudget")
## Prerequisites
### Windows 7(32-bit):
1.Install the correct Windows SDK from [here](http://go.microsoft.com/?linkid=7729279) for the Node modules requiring rebuild for installation such as bcrypt.
2.Install Visual Studio 2008 Redistributables from [here](http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF) for OpenSLL, which is for bcrypt.
3.Install OpenSSL from [here](http://slproweb.com/download/Win32OpenSSL-1_0_1e.exe) for bcrypt.
4.Same as below except "brew" is not available on Windows so please install below modules separately.
### Mac OS X and [Homebrew](http://mxcl.github.io/homebrew/):$ brew install node # Install nodejs and npm
$ brew install brew-gem # Install sass
$ gem install sass
$ brew install mongodb # Install mongodb
$ mongod # Run mongodb in foreground## build
* `npm i` to install node packages
### Running the app during development
* `brunch w &`
* `make run`Then navigate your browser to [http://localhost:8000](http://localhost:8000)
## License
MIT http://g0v.mit-license.org/