Skip to content

stscoundrel/starboard-gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starboard (Gin)

Gin HTTP server to run Starboard. Lists Github users repositories that have received stars.

Live API

App is hosted at Render.com. Just change your username to the request url.

https://starboard-sqrw.onrender.com/v2/stars/YOUR_USERNAME_HERE

Local development

Or in case of local development:

Start server: go run main.go

HTTP GET request to:

http://localhost:8080/v1/stars/stscoundrel

or any other Github username.