I'm working on a project[1] where one constraint I have set myself is the use of plain text ASCII throughout the site.
I have the data ready but I'm looking for inspiration for projects where ASCII format was used for visualizing data. I deal with plain text cricket data, so visualizations I'm thinking about include spider charts, score worms, bee swarms, wagon wheels, etc!
Any good implementations of ASCII would be great to check out.
[1] https://criclite.com
Funny too, I was just browsing through this thread today: https://stackoverflow.com/questions/123378/command-line-unix...
And https://v2.wttr.in/ is decent.
I think you'll find that ASCII-only is very limiting, and a few Unicode symbols like the Braille dots would make a big difference. That's been my experience anyways making ASCII things.
Wagon wheels in particular seem like a very tough ASCII challenge -- I'm looking forward to seeing what you come up with.