/departureTimes

Gets departure time of buses based on user location

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Departure Times Build Status codecov

Overview

Gets departure time of buses based on user location

Setup

Production

Development

Running tests

  • After running npm install
  • Run npm test
  • OR - npm run test-dev - to run tests on watch mode

NOTE: Needs phantomjs-prebuilt installed globally that can be done by running npm install phantomjs-prebuilt -g and also you might have to set PHANTOMJS_BIN environment variable that can be done by export PHANTOMJS_BIN=$(which phantomjs)