Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.

License

NotificationsYou must be signed in to change notification settings

bmomjian/openflights

 
 

Repository files navigation

Welcome to the code base forOpenFlights, a tool that lets you map your flights around the world,search and filter them in all sorts of interesting ways, calculate statistics automatically, andshare your flights and trips with friends and the entire world (if you wish).

Data

Most people come here for thefree airport, airline and route data. See thedocumentationor plunge straight into thedata itself.

User interface

Seelocale for supported languages and instructions for editing them or adding new ones.

Code

I'll be upfront: this codebase is an unholy mess. The bulk of it was written in 2008,back when PHP seemed like a good idea and the only way to learn JavaScript was the hard way.Any vestiges of sanity you may encounter (eg. unit and integration tests or package management) weregrafted on as an incomplete afterthought.

Basically, though, it's your classicLNMP app. JavaScript frontend (mostly in the monolithicopenflights.js, some bits underjs) talking to a Nginx/PHP backend (inphp)that wraps around a MySQL database.

Tests

Test coverage is woefully incomplete, but comes in three flavors:

  • client: Client-side full-stack integration tests, require live DB & server
  • server: Server-side (PHP) integration tests, require a live database
  • unit: Client-side JavaScript unit tests

Installation

SeeINSTALL for system requirements and instructions.

About

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP38.9%
  • HTML37.7%
  • JavaScript16.8%
  • Python4.2%
  • CSS1.8%
  • Shell0.6%

[8]ページ先頭

©2009-2025 Movatter.jp