mstephenhunt / home_connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring Enviornment:

  1. Create config/application.yml
    touch ./config/application.yml
  2. Paste in this, put in AdafruitIO key:

config/application.yml

`   defaults: &defaults  
      ADAFRUIT_API_KEY: YOUR_AF_IO_KEY
      SHOW_SIGNUP: true/false (this shows or hides the signup button)
      
    development:  
      <<: *defaults  
    
    test:  
      <<: *defaults  
`
  1. Upload code found in Arduino folder (setting same adafruit.io, network creds, etc)

About


Languages

Language:JavaScript 52.6%Language:CSS 43.7%Language:Ruby 2.6%Language:HTML 0.9%Language:Arduino 0.2%Language:CoffeeScript 0.0%