Skip to content

Collecting and analyzing flight data using the Schiphol API

Notifications You must be signed in to change notification settings

ercanse/schiphol-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

schiphol-app

An application to collect and analyze flight data using the Schiphol API.

Schiphol API

Makes use of Schiphol's Flight API.

Functionality

The application collects data about destinations and flights and stores this in a database. It is set up as a Spring Boot application.

Configuration

The API ID and key should be placed in a config.properties file within a config folder in the root of the project, in the format:

appId = your_app_id
appKey = your_app_key

Running

The application can be run in three different modes:

  1. As a web server: run the main class (nl.schiphol.schipholapp.Application) without arguments
  2. To collect destinations: run the main class with destinations as an argument
  3. To collect flights: run the main class with flights as an argument

About

Collecting and analyzing flight data using the Schiphol API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages