Skip to content

late night node sessions at SudoRoom hackerspace and the Treehouse tutorials from chaulkers. this starts out with simple command line stuff, that can be repurposed and used for tutorials at CyberWizard Institute, the SudoRoom JavaScript meetup or Women Who Code Oakland.

Notifications You must be signed in to change notification settings

romyilano/late-night-node-sessions

Repository files navigation

Node.js Crash Course

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

Credits

Reviewed node.js, filled in empty holes and stuff I had in my node knowledge Courtesy tree house! thanks dudes and chaulkers great teacher

More Ideas

For tutorials and students we can practice on the Oakland Open Data sets.

and so on.

SudoRoom JavaScript Forest

About

late night node sessions at SudoRoom hackerspace and the Treehouse tutorials from chaulkers. this starts out with simple command line stuff, that can be repurposed and used for tutorials at CyberWizard Institute, the SudoRoom JavaScript meetup or Women Who Code Oakland.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published