Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 565 Bytes

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.