Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 566 Bytes

github-readme-stats-server

Server for github-readme-stats


Demo Website 🚀

Start locally

  • go 1.14 with go mod
  • go run main.go
  • with token GITHUB_TOKE=xxxx go run main.go

As a container

docker build . -t gin_readme
docker run gin_readme -p 8080:8080 

# Visit http://localhost:8080

Credits

Special Thanks