Skip to content

mpadillaruiz/transit_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application has the following components:

  • Node.js server that loads GTFS and exposes an API with the subway stops.
  • Frontend App that shows all the stops on a map (developed using jquery/AJAX).

To start the application, build dependencies and run server first (in project directory):

npm install

npm start

Server listens to http://localhost:3001
Open index.html on a browser to see the web application.
The web app has been successfully tested in Chrome and Firefox.

Folder Structure

jquery/
  README.md
  node_modules/
  package.json
  data/
      GTRFs (text files)
  assets/
    images/
      icon.png
  css/
    app.css
    markerstyle.css
  js/
    app.js
  index.html
  server.js

Files & Folders

  • server.js: Nodejs server.
  • index.html: web page.
  • app.css: css for the web page.
  • markerstyle.css: css for clustering.
  • app.js: script for the web page.

About

Small application developed for transit test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published