Done late night at SudoRoom when I should have been resting or doing other stuff.
Command line tutorial -> hacked the treehouse sample to access the Open Oakland Public Service Request data off Socrata
This would be a good tutorial to get other people into node.js and engaged. Since it's all command line it will be nice and accessible, and then we can peruse the Oakland Open Data sets
node app.js treehouse romyilano
node app.js oakland_service
Not so fun! Examining domestic violence incidents in Oakland in the past 90 days OpenData Oakland
$ node app oakland_domestic_violence
>>> results...
Oakland Crimewatch - the past 90 days
Police Precinct 26Y : 2 domestic violence incidents
Police Precinct 27Y : 11 domestic violence incidents
Police Precinct 34X : 8 domestic violence incidents
// etc
Getting a raw feed of the Oakland 2015-2016 budget from OpenData Oakland
node app.js oakland_budget
Result example: there were this many budget requests
City Council : $8366025
Mayor : $5708475
City Administrator : $43098749
Reviewed node.js, filled in empty holes and stuff I had in my node knowledge Courtesy tree house! thanks dudes and chaulkers great teacher
For tutorials and students we can practice on the Oakland Open Data sets.
-
Most common reasons for food recalls Socrata JSON Sample without keys
-
Overall Proficiency by ward for schools with part time or full time librarians ** Socrata page
and so on.