antonybudianto / gitcard-go

Indonesia GitHub stats for fun. Frontend at https://github.com/antonybudianto/gitcard

Home Page:https://gitcard.antonybudianto.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go GitHub

Requirements

Web mode

  1. Run

    go run cmd/web/web.go
  2. Open browser: http://localhost:8080/gh/profile/antonybudianto

GRPC mode

  1. Run

    go run cmd/grpc_server/server.go
  2. Try using GRPC client:

    go run cmd/grpc_client/client.go <github-username>
  3. Misc: Generate proto

    make gen-proto

CLI mode

  1. Run

    go run cmd/cli/cli.go <github-username>

Build for Operating System specific target

MacOS

$ make build-osx

Linux

$ make build-linux

License

MIT

About

Indonesia GitHub stats for fun. Frontend at https://github.com/antonybudianto/gitcard

https://gitcard.antonybudianto.com/


Languages

Language:Go 97.7%Language:Makefile 2.3%