https://github.com/mwakaba2/csair
CLI that allows users to query single non stop flights from point A to B
https://github.com/mwakaba2/csair
Last synced: about 2 months ago
JSON representation
CLI that allows users to query single non stop flights from point A to B
- Host: GitHub
- URL: https://github.com/mwakaba2/csair
- Owner: mwakaba2
- Created: 2015-03-03T20:31:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T02:05:11.000Z (about 10 years ago)
- Last Synced: 2025-01-31T06:42:54.961Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSAir
CS 242 Programming Studio ProjectYou are a senior software engineer for a new international airline, CSAir. Before CSAir launches passenger service across the globe, they first need to start selling tickets to passengers. But before that can happen, some software needs to be written to manage the extensive route map. You have been tasked by CEO Woodley to begin work on this software. Specifically, the initial requirements for this new software are:
Parse the raw data that represents CSAir's route map into a data structure in memory
Allow users of the software to query data about each of the destinations that CSAir flies to, including its code, name, country, continent, timezone, longitude and latitude, population, region, and each of the cities that are accessible via a single non-stop flight from that destination
Provide a graphical representation of CSAir's route map