acodeguy / oystercard-js

Modelling the Oystercard system in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modelling the Oystercard system in JavaScript


Languages

Language:JavaScript 100.0%