Display data from GTFS files
Go to file
dancingCycle 3ed9569b3e feat: adjust index.html 2022-11-10 10:10:09 +01:00
.github/workflows Create node.js.yml 2022-06-17 17:25:45 +02:00
app chore: rm unused files 2022-11-10 10:07:09 +01:00
doc doc: adjust setup 2022-05-05 10:13:18 +02:00
.babelrc chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
.gitignore chore: keep track of package-lock.json 2022-07-05 08:39:48 +02:00
.prettierrc chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
LICENSE Initial commit 2022-04-29 10:40:02 +02:00
README.md doc: add chapter called Next Steps 2022-06-20 08:51:50 +02:00
index.html feat: adjust index.html 2022-11-10 10:10:09 +01:00
package-lock.json feat: add Trip Calendar page 2022-11-10 10:07:09 +01:00
package.json feat: add Trip Calendar page 2022-11-10 10:07:09 +01:00
renovate.json chore: update renovate.json 2022-09-15 15:26:11 +02:00
webpack.config.js feat: mv api address to config.js file 2022-07-04 14:42:30 +02:00

README.md

GTFS-Display

monitoring data from GTFS feed

Table of Contents

  1. General
  2. Quick Start Guide
  3. Setup
  4. Next Steps

General

This repository provides a service for GNU/Linux operating system. As a front end service, it interacts with this API.

Quick Start Guide

Preparation

  • check out project on a GNU/Linux development system and change into the project root folder
git clone git@github.com:Software-Ingenieur-Begerad/gtfs-display.git
  • run the following instruction to install dependenies
npm i

Development setup

  • run the following instruction to start the service in development mode
npm run start

Production deployment

  • run the following instruction to build the service for a production host
npm run build

Next Steps

  • Which agency has already delivered data?
    How long is the delivered data valid?
  • Show 1/2/3/4 weeks in the past, present and future how many trips of agencies are available or valid!
    Does the number of trips change significantly? Is it a gap in data delivery?
  • Subpages or pages should not need to do a full reload of data for UI interaction or pages or subpages switches!