Skip to content

Commit 0bfafb3

Browse files
committed
Ajout des librairies nécessaires à la description
1 parent 37bc692 commit 0bfafb3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ Une fois le programme envoyé une première fois, les mises à jour peuvent êtr
1616

1717
Pour récupérer les clés d'API :
1818

19-
Youtube : https://console.developers.google.com/apis
20-
Facebook : https://developers.facebook.com/
21-
Instagram : https://www.instagram.com/developer/
19+
* Youtube : https://console.developers.google.com/apis
20+
* Facebook : https://developers.facebook.com/
21+
* Instagram : https://www.instagram.com/developer/
2222

2323
Pour Twitter seul le nom d'utilisateur suffit, pas besoin de clé d'API.
2424

25+
Installation du core Arduino ESP8266 : https://github.com/esp8266/Arduino
26+
27+
Librairies nécessaires :
28+
* "ArduinoJson" par bblanchon (dans une version < 6) : https://github.com/bblanchon/ArduinoJson
29+
* "arduino-youtube-api" par witnessmenow : https://github.com/witnessmenow/arduino-youtube-api
30+
* "arduino-facebook-api" par witnessmenow : https://github.com/witnessmenow/arduino-facebook-api
31+
* "Adafruit_NeoPixel" par adafruit : https://github.com/adafruit/Adafruit_NeoPixel
32+
33+
2534
Si vous avez des idées d'améliorations n'hésitez pas à les soumettre ;)

0 commit comments

Comments
 (0)