Had the same idea first.
But, .... we would need a server for that, which may not be available in my WiFi at home.
Another point is additional memory consumption during http get, which is a lot.
At least compared to available memory on ESP8266.
During testing, I used process.memory().free, to watch this.
BTW, forgot to mention, uploading my example needs minimizing.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Had the same idea first.
But, .... we would need a server for that, which may not be available in my WiFi at home.
Another point is additional memory consumption during http get, which is a lot.
At least compared to available memory on ESP8266.
During testing, I used process.memory().free, to watch this.
BTW, forgot to mention, uploading my example needs minimizing.