Skip to content

Instantly share code, notes, and snippets.

@krishagel
Last active August 29, 2015 14:05
Show Gist options
  • Save krishagel/75872ef6cecc0ea4dd60 to your computer and use it in GitHub Desktop.
Save krishagel/75872ef6cecc0ea4dd60 to your computer and use it in GitHub Desktop.
Seattle JS Meetup
Notes from SeattleJS meetup on 8/14/14
Nodebots
Parts Needed:
Breadboard
Arduino
Software Installs:
Git
Node
Arduino Software
Update default firmware on arduino
npm install johnny-five
git clone https://github.com/annagerber/node-ardx.git
cd node-ardx
Kits you could buy:
sparkfun inventors kit - best
spark core kit
adafruit ardx v1.3 experimentation kit
adafruit budget pack for arduino
Makerspaces in Seattle
Makerhaus
Metrix Createspace
Seattle Attic
Jigsaw Renaissance
Resources
forums.nodebots.io
bocoup.com/weblog/category/johny-five
@katiek2
www.pewpewlaser.com
github.com/katiek2
CascadiaJS writing tests video could be very helpful
Get out of the DOM Management Business
Dave Laird - @kiwiupover - github.com/kiwiupover - kiwiupover@gmail.com
As the code base grows, the meetings increase
ember-cli npm install --save-dev ember-cli-foundation (adds foundation to ember cli project)
do search on npm for ember-cli and find all of the modules/plugins that fit into ember-cli automatically
ember generate component component-name creates all of the necessary stuff for the component
ember classNameBindings -> true/false checker and then it will add/change classes
you can edit properties in the ember inspector of your values on the controller
Next meetup @ Porch (here at urbanspoon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment