/hoshiyomi

✩°。 A simple gRPC client to fetch data from Hoshimachi gRPC server 🌠📦

Primary LanguageGoMIT LicenseMIT

Hoshiyomi

✩°。 A simple gRPC client to fetch data from Hoshimachi gRPC server, made with Go 💙

Hoshimachi Suisei

Information

This repo serves as a starting point to build gRPC client that connects to Hoshimachi. Feel free to modify the code to suit your requirements ^o^

Setup

Normal setup

Clone the repository 📃

git clone https://github.com/finestelongit/hoshiyomi

Build to make the binary file ⚒️

go build

And, run the program 📦

./hoshiyomi

Or, directly run the program 📦

go run .

(Optional) Compile .proto file manually

Coming soon!

If you want to use the .proto file in other programming languages (let's say, building your own gRPC client to fetch the Hoshimachi server), read https://protobuf.dev/reference/other/