Hi HN,
I built CricLite (<a href="https://criclite.com" rel="nofollow">https://criclite.com</a>), a minimalist live cricket scores website.
A few months back, I saw plaintextsports.com and loved its simple design, but it didn't cover cricket. With cricket having around 2.5 billion fans worldwide, I thought this was a perfect side project.
The site is deliberately simple: pure ASCII text, no JavaScript, loads instantly (around 10KB), and works everywhere - browsers, terminals, you name it.<p>You can even grab scores directly from the terminal:<p>curl -s <a href="https://criclite.com/plain.txt" rel="nofollow">https://criclite.com/plain.txt</a><p>The entire goal was to create the fastest, most no-nonsense way to check cricket scores.<p>Source code is on GitHub: <a href="https://github.com/rishikeshsreehari/criclite" rel="nofollow">https://github.com/rishikeshsreehari/criclite</a>