Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1023 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1023 Bytes

Email Notifier

This project insprired this ruby version of code. I heavily used the work from the linux drivers to find out how to interact with the USB lamp.

You can read more about the project here and watch a video of a light controlled with this library on vimeo

Installation

Install the following dependencies:

Usage

require './notifier.rb'
notifier = EmailNotifier.new
notifier.colour! RED

Issues

Report issues here

License

Open sourced under the MIT license