Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 333 Bytes

File metadata and controls

14 lines (10 loc) · 333 Bytes

github-api-for-commit-count

Web API to get a total commit count of a GitHub repository. Link

Usage

http://secure-tundra-40881.herokuapp.com/count?user=[username]&repo=[repository]

e.g.:

$ curl "http://secure-tundra-40881.herokuapp.com/count?user=vim&repo=vim"
9790