jdbence / public-transportation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

public-transportation

An application that allows users to select a departure and arrival train station, and see a list of trains, times, and durations. A default train schedule will be provided that should be used when the application is offline. If a network connection exists, the application will query an endpoint that provides information about all arrival and departure times.

Live Example

Includes

Gulp, Bower, Browsersync, Polymer

Installation

Dependencies

//  Install local dependencies
npm install && bower install

Gulp Tasks

// Start live editing
gulp live
// Build dist version
gulp build
// Build github dist version (live preview)
gulp build:github
// Empties dist folder
gulp clean

Simple Server

//  Install globals
npm install http-server -g
//  Start server
http-server -p 8080

License

Project is released under the MIT License.

About

License:MIT License


Languages

Language:HTML 89.8%Language:JavaScript 10.2%