https://github.com/kawacoder/plane-spotter
Spot currently visible planes using weather API ! Uses OpenSky API and Open-Meteo API to gather currently visible airplanes in the sky.
https://github.com/kawacoder/plane-spotter
Last synced: 10 months ago
JSON representation
Spot currently visible planes using weather API ! Uses OpenSky API and Open-Meteo API to gather currently visible airplanes in the sky.
- Host: GitHub
- URL: https://github.com/kawacoder/plane-spotter
- Owner: KawaCoder
- License: mpl-2.0
- Created: 2024-11-03T13:52:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T17:02:24.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:08:12.587Z (12 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

## Usage
To use the Plane Spotter application, run the following command in your terminal:
```bash
./plane_spotter.sh
```
### Example
To check for planes visible in the sky at the coordinates for Paris, France:
```bash
./plane_spotter.sh 48.8554 2.3459
```
## Requirements
- Bash shell
- jq ([informations here](https://packages.debian.org/bookworm/jq))
- `curl` command-line tool (for making API requests)
- Internet access
## Installation
1. Clone the repository:
```bash
git clone https://github.com/KawaCoder/plane_spotter.git
```
2. Navigate to the project directory:
```bash
cd plane-spotter
```
3. Make the script executable:
```bash
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](mailto:kawacoder@duck.com).
## License
This project is open source and available under the [MIT License](LICENSE).