Github API

Been playing around with the github API. You can actually see a lot about a repo by calling the github API directly eg.

https://api.github.com/repos/booktype/BookJS

It displays a JSON result with a lot of information about a repo including creation date etc. Didn’t know this feature existed until now. Not that I recommend using Github, it is closed source! Use Gitlab instead…just having a look around.