NikolaiIvanov / mission-control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MissionControl

App which will help to calculate fuel required for the flight. The goal of this application is to calculate fuel to launch from one planet of the Solar system, and to land on another planet of the Solar system, depending on the flight route.

Installation

git clone https://github.com/NikolaiIvanov/mission-control.git && cd mission-control
mix deps.get
mix compile
iex -S mix

Usage Help

$ iex -S mix
iex> MissionControll.help

Tests

$ mix test

Tests Cover

$ mix test --cover

Code Quality Report

$ mix credo
$ mix docs

About


Languages

Language:Elixir 100.0%