To use the Plane Spotter application, run the following command in your terminal:
./plane_spotter.sh <latitude> <longitude>To check for planes visible in the sky at the coordinates for Paris, France:
./plane_spotter.sh 48.8554 2.3459- Bash shell
- jq (informations here)
curlcommand-line tool (for making API requests)- Internet access
-
Clone the repository:
git clone https://github.com/KawaCoder/plane_spotter.git
-
Navigate to the project directory:
cd plane-spotter -
Make the script executable:
chmod +x plane_spotter.sh
Feel free to hack.
For any inquiries or feedback, please reach out to me at kawacoder@duck.com.
This project is open source and available under the MIT License.
