Simple Issue Hunter is a simple single page application for searching github user's issue history.
I was manually checking most of Utopian users' created issues just to avoid any kind of bad publicity for Utopian. At first I was going to implement this functionality to utopian-graphics but unfortunately I still couldn't get an api key.
Checking this issues through GitHub's UI was taking a long time so I just created a fiddle at first. Then it became hard to share with others so I decided to create a single page application that shows the users' activity that I needed to see and keep an eye on.
Currently it just lists a single user's issues, as I said what I had in my mind is to implement this into utopian-graphics but now it's a standalone project that open to improvements
I have some ideas about streaming issues instead of searching one by one. And do this for multiple users. And add a permitted wordlist to alert harmful ones.. In the end it looks like this at the moment, if it become useful in near future I may do some UI tweaks.
GitHub
Web
*This project was a feature idea for utopian-graphics, it's down at the moment due to latest changes on utopian api.
Any PR/Issue/Suggestion always welcome.