Skip to content

ianlennymatthews/jane-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jane Soccer Challenge

Table of Contents

  1. Overview
  2. Requirements
  3. Usage

Overview

This project is an implementation of a script the reads a listing of game results for a soccer league, returning the top teams at the end of a given match.

Client Interface:

interface

Requirements

  • Node v10.13.0 (LTS as of May 2019) or higher

Usage

Command Line

  1. To execute the script based on the original input cd into the home directory of this repository and run node mathchday.js

Tests

  1. See test folder with other sample input .txt files
  2. Implementations of test due rely on there being a new line at the end of each file, which is in accordance with the sample file given
  3. To test against the different files please change the path for the file in matchday.js on line 4 with the path of the sample file in the test folder
  • (Apologies for not making this simpler, wouldve done so with reading input from the terminal very easily but wanted to make sure I submitted on time)

  • Design doc found here!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published