Skip to content

Just a simple implementation of the Observer Pattern using Typescript and OpenSkies API for Flight Data

Notifications You must be signed in to change notification settings

kadenBeckstead/Observer-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Observer Pattern

This simple implementation uses Typescript and OpenSkies API to illustrate the Observer Pattern (Software Design Principle).

Dependencies:

ts-node. To install, run `npm i -g ts-node`

typescript. To install, run `npm i -g typescript`

Initialize:

To initialize, run `yarn` from the command line to download all the relevant dependencies

Run:

To run this program, navigate to the root directory, then run `ts-node src/FlightMonitor.ts`



NOTE

this will require that you have nodeJS (and ts-node as well as typescript) installed on your machine.
Happy Coding!

About

Just a simple implementation of the Observer Pattern using Typescript and OpenSkies API for Flight Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published