Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

boredland/gitstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitstats

releases download count

downloads

this is a webservice that returns the sum of downloads for all releases of a github repository.

curl -X GET https://stats.jonas-strassel.de/releases?owner={owner}&repo={repo}&suffixes={suffixes}
  • owner: the github owner of the repository (user or organization)
  • repo: the github repository name
  • suffixes: the suffixes of the releases to count, separated by commas (optional, will count only the file with the highest download count per release if not provided)

user statistics

curl -X GET https://stats.jonas-strassel.de/stats?user={user}
  • user: the github user login name