squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

Add new example #22

Open Bodmer opened 5 years ago

Bodmer commented 5 years ago

This example runs on the ESP32 or ESP8266 and fetches International Space Station pass times for a given geographical location. It fetches the JSON messages from a website that does not need a user account.

User just needs to edit the sketch file with WIFI_SSID, SSID_PASSWORD and their latitude + longitude.