nasa-neo-watch

A C++17 command-line client for NASA's Near-Earth Object API, rendering close-approach data in clean terminal tables.

nasa-neo-watch is a terminal tool for querying NASA’s Near-Earth Object Web Service. It fetches close-approach data over HTTPS and presents it as readable, aligned tables directly in the terminal.

Stack: C++17, libcurl for transport, nlohmann/json for parsing, and tabulate for table rendering.

Source code is available on the repositories page.