dmpop / airframe

Quick-and-dirty PHP tool for querying Opensky aircraft database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airframe

A simple self-hosted PHP-based application for fetching and querying the OpenSky aircraft database.

Dependencies

  • PHP 7.x or higher
  • Apache or any other web server (optional)

Run on local machine

Make sure PHP is installed on your system.

  1. git clone https://github.com/dmpop/airframe.git
  2. php -S 0.0.0.0:8000
  3. Point the browser to http://127.0.0.1:8000

Run on a web server with PHP

    1. git clone https://github.com/dmpop/airframe.git
  1. Move the airframe folder into the document root of the web server

Author

Dmitri Popov

License

The GNU General Public License version 3

About

Quick-and-dirty PHP tool for querying Opensky aircraft database

License:GNU General Public License v3.0


Languages

Language:PHP 83.2%Language:CSS 16.8%