API used to get realtime info on Planet's
This project provides a comprehensive API to calculate and retrieve information about planets.
To get a local copy up and running follow these simple steps.
-
Go
go install
-
Protoc (for protobuf)
- If you are on a Mac, you can install it using Homebrew
brew install protobuf
- If you are a Windows user, you can download the latest binaries from GitHub Releases
- If you are on a Mac, you can install it using Homebrew
-
Buf (for protobuf)
- If you are on a Mac, you can install it using Homebrew
brew tap bufbuild/buf brew install buf
- If you are a Windows user, you can download the latest binaries from GitHub Releases
- If you are on a Mac, you can install it using Homebrew
-
Buf generate (To regenerate the protobuf file)
buf generate