pull in any repo and listen to the list of commits using public api?
Opened this issue · 3 comments
gregsadetsky commented
once this is done, definitely have query args (+ scale + short hash or not)
Garrett-Bodley commented
Implemented a MVP version: 96313fd
Right now it only plays the most recent commit. Starting to think that maybe it'd be good to switch to React if we want the ability to browse through the listed commits?
gregsadetsky commented
That's great!! Your call wrt react obviously. Would be a bit easier for sure. Re commits I think I'd default to loading + playing the last 5 or 10 commits in a row instead of just playing the last commit? But also all of these options (play last commit, play any specific recent commit, play a number of latest commits in a row) make sense..!