Skip to content
/ gotime Public

Get the latest activity and response time of a repo

Notifications You must be signed in to change notification settings

baopham/gotime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotime

Requirements

  • Go

Usage

If you have a Github token, provide it using query parameter ?token=<token> .

  • go run main.go
  • Get the latest activity in a Github repo:
curl -X GET \
  'http://localhost:3000/latest-activity/github/baopham/gotime' \
  -H 'content-type: application/json'
  • Get the average response time for a Github repo:
curl -X GET \
  'http://localhost:3000/response-time/github/baopham/gotime' \
  -H 'content-type: application/json'

About

Get the latest activity and response time of a repo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages