README for Cosmos CLI
README generated using Cursor because I am lazy
Overview
Cosmos CLI is a command-line interface application designed for searching and retrieving information about satellites. It leverages various Rust crates to provide a user-friendly interface for satellite data exploration.
Features
- Satellite Search: Users can search for satellites by name.
- Pagination: Supports pagination for search results.
- Satellite Information Display: Displays detailed information about satellites, including distance from Earth.
Installation
Prerequisites
- Rust (edition 2021 or later)
- Cargo
Steps
- Clone the repository:
git clone https://github.com/your-repository/cosmos_cli.git
- Setup environment variables (from N2YO API)
echo "N2YO_API_KEY=<YOUR KEY>" > .env
- Navigate to the project directory:
- Build the project using Cargo:
- Run the application:
Usage
After running the application, follow the on-screen prompts to search for satellites and view detailed information about them.
Acknowledgments
Thanks to all the contributors and the Rust community for the support and libraries that made this project possible.