├── .DS_Store ├── Chapter#10 Project#5 Making homes smarter by Voice Assistant ├── Voice_Controlled_Smart_Lamp_may13a.zip └── WS2812_Testing │ └── WS2812_Testing.ino ├── Chapter#11 Implementing Arduino IoT Cloud Scheduler and Over-the-Air Features └── Cloud_Scheduler_may22a.zip ├── Chapter#12 Project#6 Tracking and notifying Your Heart Rate ├── .DS_Store ├── GettingStartedProject │ └── GettingStartedProject.ino └── PulseSensor_BPM_Alternative │ └── PulseSensor_BPM_Alternative.ino ├── Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment ├── .DS_Store └── Sense_the_Environment_feb24a │ ├── ReadMe.adoc │ ├── Sense_the_Environment_feb24a.ino │ ├── arduino_secrets.h │ ├── sketch.json │ └── thingProperties.h ├── Chapter#5 Project#2 A portable thing tracker using MKR NB 1500 ├── A_portable_thing_tracker_using_MKR_GSM1400_apr07a.zip └── MKR-1400-NEO-6M-GPS-Module │ └── MKR-1400-NEO-6M-GPS-Module.ino ├── Chapter#6Project#3 A remote alarming application with LoRaWAN ├── A_remote_asset_tracking_using_LoRaWAN_aug30a.zip └── MKR-WAN-1300-NEO-6M-GPS-Module │ └── MKR-WAN-1300-NEO-6M-GPS-Module │ └── MKR-WAN-1300-NEO-6M-GPS-Module.ino ├── Chapter#7 Enabling different Things to talk to each other └── Indoor_Device_MKR_Wi-Fi_1010_sep07a.zip ├── Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript ├── .DS_Store ├── dashboard │ ├── create-dashboard.js │ ├── delete-dashboard.js │ ├── list-dashboard.js │ ├── show-dashboard.js │ └── update-dashboard.js ├── device │ ├── create-device.js │ ├── delete-device.js │ ├── list-device.js │ ├── properties-device.js │ ├── show-device.js │ ├── timeseries-prop-device.js │ └── update-device.js ├── getset │ ├── get-prop.js │ └── set-prop.js ├── node_modules.zip ├── package-lock.json ├── package.json ├── properties │ ├── create-property.js │ ├── delete-property.js │ ├── list-property.js │ ├── show-property.js │ └── update-property.js ├── start │ └── main.js └── thing │ ├── create-sketch-thing.js │ ├── create-thing.js │ ├── delete-thing.js │ ├── list-thing.js │ ├── show-thing.js │ └── update-thing.js ├── Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming ├── .DS_Store ├── AgriStack_mar05a.zip ├── DS18B20-Calibration │ └── DS18B20-Calibration.ino └── Soil-Moisture-Calibration │ └── Soil-Moisture-Calibration.ino ├── LICENSE └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/.DS_Store -------------------------------------------------------------------------------- /Chapter#10 Project#5 Making homes smarter by Voice Assistant/Voice_Controlled_Smart_Lamp_may13a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#10 Project#5 Making homes smarter by Voice Assistant/Voice_Controlled_Smart_Lamp_may13a.zip -------------------------------------------------------------------------------- /Chapter#10 Project#5 Making homes smarter by Voice Assistant/WS2812_Testing/WS2812_Testing.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#10 Project#5 Making homes smarter by Voice Assistant/WS2812_Testing/WS2812_Testing.ino -------------------------------------------------------------------------------- /Chapter#11 Implementing Arduino IoT Cloud Scheduler and Over-the-Air Features/Cloud_Scheduler_may22a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#11 Implementing Arduino IoT Cloud Scheduler and Over-the-Air Features/Cloud_Scheduler_may22a.zip -------------------------------------------------------------------------------- /Chapter#12 Project#6 Tracking and notifying Your Heart Rate/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#12 Project#6 Tracking and notifying Your Heart Rate/.DS_Store -------------------------------------------------------------------------------- /Chapter#12 Project#6 Tracking and notifying Your Heart Rate/GettingStartedProject/GettingStartedProject.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#12 Project#6 Tracking and notifying Your Heart Rate/GettingStartedProject/GettingStartedProject.ino -------------------------------------------------------------------------------- /Chapter#12 Project#6 Tracking and notifying Your Heart Rate/PulseSensor_BPM_Alternative/PulseSensor_BPM_Alternative.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#12 Project#6 Tracking and notifying Your Heart Rate/PulseSensor_BPM_Alternative/PulseSensor_BPM_Alternative.ino -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/.DS_Store -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/ReadMe.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/ReadMe.adoc -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/Sense_the_Environment_feb24a.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/Sense_the_Environment_feb24a.ino -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/arduino_secrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/arduino_secrets.h -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/sketch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/sketch.json -------------------------------------------------------------------------------- /Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/thingProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#4 Project#1 Sensing and Monitoring the Air for Clean Environment/Sense_the_Environment_feb24a/thingProperties.h -------------------------------------------------------------------------------- /Chapter#5 Project#2 A portable thing tracker using MKR NB 1500/A_portable_thing_tracker_using_MKR_GSM1400_apr07a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#5 Project#2 A portable thing tracker using MKR NB 1500/A_portable_thing_tracker_using_MKR_GSM1400_apr07a.zip -------------------------------------------------------------------------------- /Chapter#5 Project#2 A portable thing tracker using MKR NB 1500/MKR-1400-NEO-6M-GPS-Module/MKR-1400-NEO-6M-GPS-Module.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#5 Project#2 A portable thing tracker using MKR NB 1500/MKR-1400-NEO-6M-GPS-Module/MKR-1400-NEO-6M-GPS-Module.ino -------------------------------------------------------------------------------- /Chapter#6Project#3 A remote alarming application with LoRaWAN/A_remote_asset_tracking_using_LoRaWAN_aug30a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#6Project#3 A remote alarming application with LoRaWAN/A_remote_asset_tracking_using_LoRaWAN_aug30a.zip -------------------------------------------------------------------------------- /Chapter#6Project#3 A remote alarming application with LoRaWAN/MKR-WAN-1300-NEO-6M-GPS-Module/MKR-WAN-1300-NEO-6M-GPS-Module/MKR-WAN-1300-NEO-6M-GPS-Module.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#6Project#3 A remote alarming application with LoRaWAN/MKR-WAN-1300-NEO-6M-GPS-Module/MKR-WAN-1300-NEO-6M-GPS-Module/MKR-WAN-1300-NEO-6M-GPS-Module.ino -------------------------------------------------------------------------------- /Chapter#7 Enabling different Things to talk to each other/Indoor_Device_MKR_Wi-Fi_1010_sep07a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#7 Enabling different Things to talk to each other/Indoor_Device_MKR_Wi-Fi_1010_sep07a.zip -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/.DS_Store -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/create-dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/create-dashboard.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/delete-dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/delete-dashboard.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/list-dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/list-dashboard.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/show-dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/show-dashboard.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/update-dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/dashboard/update-dashboard.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/create-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/create-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/delete-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/delete-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/list-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/list-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/properties-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/properties-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/show-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/show-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/timeseries-prop-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/timeseries-prop-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/update-device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/device/update-device.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/getset/get-prop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/getset/get-prop.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/getset/set-prop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/getset/set-prop.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/node_modules.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/node_modules.zip -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/package-lock.json -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/package.json -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/create-property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/create-property.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/delete-property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/delete-property.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/list-property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/list-property.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/show-property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/show-property.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/update-property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/properties/update-property.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/start/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/start/main.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/create-sketch-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/create-sketch-thing.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/create-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/create-thing.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/delete-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/delete-thing.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/list-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/list-thing.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/show-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/show-thing.js -------------------------------------------------------------------------------- /Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/update-thing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#8 Working with the Arduino IoT Cloud SDK and Javascript/thing/update-thing.js -------------------------------------------------------------------------------- /Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/.DS_Store -------------------------------------------------------------------------------- /Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/AgriStack_mar05a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/AgriStack_mar05a.zip -------------------------------------------------------------------------------- /Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/DS18B20-Calibration/DS18B20-Calibration.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/DS18B20-Calibration/DS18B20-Calibration.ino -------------------------------------------------------------------------------- /Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/Soil-Moisture-Calibration/Soil-Moisture-Calibration.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/Chapter#9 Project#4 Collecting Data from soil and Environment for Smart Farming/Soil-Moisture-Calibration/Soil-Moisture-Calibration.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Arduino-IoT-Cloud-for-Developers/HEAD/README.md --------------------------------------------------------------------------------