IFTTTButton
IFTTTButton

Before explain this project, I will explain what's IFTTT first.
IFTTT(IF THIS, THEN THAT) https://ifttt.com/
The trigger may be an SNS upload signal, a weather upload, or an interrupt signal from Arduino.
Actions can also be LED-controlled, and many other things can be done, such as web control, Google Drive spreadsheet creation, and device control.
IFTTT can conect TRIGGER and ACTION in there webpage.
Author use tact switch for trigger, and created google drive's spredsheet as an action.
- a 10k Resistor
- wire
- a push button
- Ethernet Cable
- Arduino Ethernet Shield
- Arduino Uno
you can find the code and more information of this project to link
Unfortunately, this project is too old (7 years ago) and this code needs to be modified for the changed IFTTT web page.