YouTube-Sub-Count-NeoMatrix
YouTube Subscriber count using NodeMCU(ESP8266) and NeoMatrix.
Video: https://www.youtube.com/watch?v=QbdCh63_ZQk
1.Get Esp board link and install the board in the boards manager of Arduino IDE. http://arduino.esp8266.com/stable/package_esp8266com_index.json
2.Get YouTube api and channel ID and add it in the sketch. Steps:[https://www.slickremix.com/docs/get-api-key-for-youtube/]
3.Try first with the YouTube api examples and then try the given example.
4.Library links
MusicEngine[https://github.com/maxint-rd/ESP-MusicEngine] SNTPTime[https://github.com/SensorsIot/SNTPtime]