OrbitCalc

"Simple elixir package for calculating circular Earth orbit"

Installation

The package can be installed by adding orbit_calc to your list of dependencies in mix.exs:

def deps do
  [
    {:orbit_calc, "~> 0.1.0"}
  ]
end