Code Monkey home page Code Monkey logo

makers_airport_js's Introduction

Makers Academy - Week 5 Pair Programming Side Project

Airport JavaScript Challenge

Outline | Task | Installation Instructions | User Stories | Objects & Methods | Feature Tests |

As a side project in this weeks pair programming exercises, we've been asked to write our Ruby Airport in JavaScript.

As my cohort at Makers transitions from learning Ruby to JavaScript, we're been tasked with building many of the projects we've previously built with Ruby in JavaScript.

Clone the repository from github then change directory into it.

$ git clone [email protected]:BenSheridanEdwards/Makers_Airport_JavaScript.git
$ cd Makers_Airport_JavaScript

To run the tests, please download Jasmine, you can download the standalone from here, or if you've using a mac with homebrew installed :

brew install jasmine
As an air traffic controller 
So I can get passengers to a destination 
I want to instruct a plane to land at an airport

As an air traffic controller 
So I can get passengers on the way to their destination 
I want to instruct a plane to take off from an airport and confirm that it is no longer in the airport

As an air traffic controller 
To ensure safety 
I want to prevent landing when the airport is full 

As the system designer
So that the software can be used for many different airports
I would like a default airport capacity that can be overridden as appropriate

As an air traffic controller 
To ensure safety 
I want to prevent takeoff when weather is stormy 

As an air traffic controller 
To ensure safety 
I want to prevent landing when weather is stormy 

Airport

Methods Description
.planes returns the airport hanger containing all the planes that have landed
.clearForLanding throws an error if a plane tries to land in stormy weather conditions.
.clearForTakeOff throws an error if a plane tries to take off in stormy weather conditions

Plane

Methods Description
.land(airport) signals a Plane object to land in a give airport, the airport will then clear the plane for landing if weather conditions are not stormy
.takeoff signals a Plane object to takeoff from it's current airport, the airport will then clear the plane for take off if weather conditions are not stormy

Weather

Methods Description
.isStormy returns true if the weather conditions are stormy

To be added...

makers_airport_js's People

Contributors

bensheridanedwards avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.