Code Monkey home page Code Monkey logo

bus-schedule's Introduction

BusSchedule

Build Status

This is a demo application being written as a project to present in an interview. At this point, it does the following

  • Displays the location of vehicles for selected sf-muni routes
  • Defaults to having no routes selected (I had it with ALL but that was obnoxious)
  • Refreshes the locations every 15 seconds

Posible improvements:

  • Persist selected routes to local storage (Done)
  • Different colors for different routes
  • A select/unselect all checkbox
  • Filtering of the routes in the selector
  • Better transition of markers when a vehicle moves (Sort of done - animated placement of new markers)
  • Allow for selection of a different agency
  • I may think of other stuff...

Running Local

Standard workflow:

Deploying to Github Pages

Build, then deploy:

  • ng build --prod --base-href "/bus-schedule/"
  • cp dist/index.html dist/404.html
  • ngh --message='chore: deploy version x.y.z'

For more information, see angular-cli-ghpages

I currently have it deployed. Note that you have to allow loading of unsafe scripts in order for it to actually work currently. This is due to how the data is served. It could be solved by the data being served via HTTPS instead of HTTP.

bus-schedule's People

Contributors

angular-cli avatar kensodemann avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.