We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ad28e commit c90159cCopy full SHA for c90159c
README.md
@@ -1,2 +1,12 @@
1
-# PushNotificaitonsEsp8266
+# push-notificaitons-arduino-esp8266
2
Example of how to generate push notifications on your phone from your ESP8266.
3
+
4
+There are two methods covered in this example.
5
6
+- [Telegram](https://telegram.org/) - using the [Universal Arduino Telegram Library](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot)
7
+- [IFTTT](https://ifttt.com) - using the [Arduino IFTTT Maker Library](https://github.com/witnessmenow/arduino-ifttt-maker)
8
9
+Both libraries can be added via the Arduino Library Manager.
10
11
+Here is the circuit that this code is using.
12
+
0 commit comments