https://bloomapp.herokuapp.com/
**`mysql.server start``mysql -u root`** *Logs you into mysql with username "root" and no password*
**`create database plant`** *Must close all sql commands with semicolon!*
Create an account at https://m2x.att.com/.
Here you will need to use two keys. Navigate to account settings to find the Master Key. Next create a device and save the device id. You can reference the M2X api cheatsheet at https://m2x.att.com/developer/documentation/v2/cheatsheet. Another api key needed is weather underground at http://www.wunderground.com/api.
Navigate to plant/server/keyindex.js in this file add your two keys in these fields.
The Dev board used was the CC3200 LAUNCHXL this can be bought at http://www.amazon.com/gp/product/B00R3R1A8E?keywords=cc3200&qid=1455857255&ref_=sr_1_4&sr=8-4
The other two modules used was a high sensitivity moisture sensor and a luminance light sensor.
Moisture Sensor: http://www.amazon.com/gp/product/B00AFCNR3U?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00
Light Sensor: http://www.amazon.com/gp/product/B00AFSAOLM?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00
Download the IDE Energia at http://energia.nu/download/
Follow instructions and use the CC3200 file code from plant. In the CC3200 file make sure to add the proper M2X keys and wifi information.