Skip to content

KawaCoder/plane-spotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Plane Spotter

A simple shell application that uses the OpenSky API and Open-Meteo API to evaluate if there are any planes currently visible in the sky at a given location.

Images

capture-of-the-script-working-in-a-shell

Usage

To use the Plane Spotter application, run the following command in your terminal:

./plane_spotter.sh <latitude> <longitude>

Example

To check for planes visible in the sky at the coordinates for Paris, France:

./plane_spotter.sh 48.8554 2.3459

Requirements

  • Bash shell
  • jq (informations here)
  • curl command-line tool (for making API requests)
  • Internet access

Installation

  1. Clone the repository:

    git clone https://github.com/KawaCoder/plane_spotter.git
  2. Navigate to the project directory:

    cd plane-spotter
  3. Make the script executable:

    chmod +x plane_spotter.sh

Contributing

Feel free to hack.

Contact

For any inquiries or feedback, please reach out to me at kawacoder@duck.com.

License

This project is open source and available under the MIT License.

About

Spot currently visible planes using weather API ! Uses OpenSky API and Open-Meteo API to gather currently visible airplanes in the sky.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages