Ohmbrewer / ohmbrewer

The web application for a happy brew day.
http://ohmbrewer.github.io
0 stars 0 forks source link

Swaps out the RubySpark gem in favor of the ParticleRb gem. #22

Closed kyleoliveira closed 9 years ago

kyleoliveira commented 9 years ago

@Ohmbrewer/owners Renames the Particle model to ParticleDevice so as to play nice with the new gem's modules (kinda makes sense semantically too, I guess). Cleans up the PingJob and adds rainbows to it.

The ParticleRb ( https://github.com/monkbroc/particlerb ) gem is a more feature complete Particle API client and gets us some pretty sweet capabilities with minimal changes. For example:

Putting this out as a Pull Request mostly as an FYI. Unless someone has an issue with it, I'll merge it to master tomorrow.