html - Last update of a github repo on my website -
i'd date of last update made of github projects, , use these date on site (inside html table of projects list there).
is possible , how? grateful help!
ps: not sure if makes difference, site "organization site" hosted on github
you use github api (v3) when repository last pushed. example, repo "km-poonacha/testissues" can find last push date making following request https://api.github.com/repos/km-poonacha/testissues. json response has field "pushed_at".
Comments
Post a Comment