/oystercard-js

Modelling the Oystercard system in JavaScript

Primary LanguageJavaScript

Oystercard

Build a system like London Underground's Oyster Card in JavaScript

Getting Started

Clone the repo to your hard drive then install the Node.js dependencies:

  1. git clone https://github.com/acodeguy/oystercard-js.git
  2. npm i

Running the Tests

After cloning to you hard drive, navigate into the folder and run them:

  1. cd oystercard-js
  2. mocha