I’m part way through developing an app that displays my daily Wordle score. I’m still working out how exactly to get the data from Wordle into the Tidbyt.
Current Display:
Suggestions welcome for getting the data on the display updated daily.
Current thoughts:
- Share to the Tidbyt app on Android/iPhone
- Post a JSON/POST message direct to the Tidbyt
- Scrape the data out of the Browser’s LocalStorage file, nyt-wordle-state key/object
- ?