This is probably a very silly question but I'm going to ask it anyway.
I am writing a Node app which gives a user a bunch of stats about their repos. I wanted to use codetabs but I would prefer to not have a limit. Usually you would just clone the repo and use something like cloc to get the results. So is there a way to run CLI tools on github repositories without cloning it? Or is there another service like codetabs without a limit?
Thanks in advance :)