Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttheek/airplanes
https://github.com/ttheek/airplanes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttheek/airplanes
- Owner: ttheek
- Created: 2023-08-12T06:20:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T10:47:57.000Z (over 1 year ago)
- Last Synced: 2024-07-06T02:14:05.903Z (6 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plane Spotting Database
Welcome to the Plane Spotting Database project! This is a local web-based application for tracking and logging aircraft sightings, airlines, and more.
## Features
- View and manage aircraft data including tail numbers, registration numbers, types, and ownership.
- Log sightings of aircraft with details like callsign, time, and locations.
- Explore airport data, including IATA codes, ICAO codes, names, and locations.
- Visualize aircraft data on a map.## Data Source
The application utilizes the 'adsbdb' API by [Mr. Jack Wills](https://github.com/mrjackwills). You can find more details about the API and its usage in the following links:
- [API GitHub Repository](https://github.com/mrjackwills/adsbdb)
- [API Website](https://adsbdb.com/)## Prerequisites
- PHP (7.0 or higher)
- MySQL database
- Web server (e.g., Apache, Nginx)
- Git (for version control, optional)## Setup
1. Clone or download the repository.
2. Set up your database and configure database connection in `config.php`.
3. Import the necessary SQL files (if provided) to create required tables and data.
4. Start your web server and access the application through a web browser.## Usage
- Navigate to the different sections of the application using the navigation menu.
- Add, edit, or delete aircraft, sightings, and more using the provided forms and interfaces.
- Explore the airport data and visualize aircraft on the map.## Contributing
Contributions are welcome!
## License
This project is licensed under the [MIT License](LICENSE).
## Contact
For any questions or feedback, feel free to reach out to [T,Theekshana](mailto:[email protected]).