-
Notifications
You must be signed in to change notification settings - Fork 42
Home
The Oklahoma City Budget office has done a great job of helping us to better understand our city budget data.
There is a lot going on with this web page.
Here are a few links and explanations to help you get started after you have been through the readme and gotten things going.
tools to help connect data to graphics in intuitive ways.
- Nest is a common data structure used to turn CSV data into a hierarchical format.
representations in javascript.
converts jade files into html, builds bundled css+js files and correctly serves pages up when working locally.
the v8 platform that google open sourced.
It is shipped with npm the package manager for javascript. This is where you pull down javascript files that you can run with the node engine.
Git and github occassionally get used interchangably.
Github is a commercial, centralized repository that is free for open source use. It has become the home of millions of git projects because of its reliability and free use.
It is also the tool we use to track issues, and submit pull requests.
git is a tool to keep track of changes in a code base in an enviornment where no codebase can be thought of as THE code base. It is what does the commits and patching of your code.