Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1 KB

README.md

File metadata and controls

40 lines (30 loc) · 1 KB

realtime-planet-api

API used to get realtime info on Planet's

About The Project

This project provides a comprehensive API to calculate and retrieve information about planets.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • 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
  • 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
  • Buf generate (To regenerate the protobuf file)

      buf generate