项目作者: DKMitt

项目描述 :
An app to display the Chicago Transit Authority (CTA) bus locations around the Chicago area on a Google Map. By Clicking on a Bus Route markers will be added to the Google Map showing the bus locations for that route.
高级语言: CSS
项目地址: git://github.com/DKMitt/cta-buses-google-maps.git
创建时间: 2017-10-06T04:37:35Z
项目社区:https://github.com/DKMitt/cta-buses-google-maps

开源协议:

下载


Chicago CTA Bus Tracker

An app to display the Chicago Transit Authority (CTA) bus locations around the Chicago area on a Google Map. By Clicking on a Bus Route markers will be added to the Google Map showing the bus locations for that route, and by clicking again on the route name you can refresh the bus locations as they buses move around the route.

Project Status - Completed: 01/15/2018


Table of Contents

  • Description
  • What I Learned From The Exercise
  • Website Technologies Used
  • How to View This App
  • File and Directory Structure
  • Revision History

Description

An app to display the Chicago Transit Authority (CTA) bus locations around the Chicago area on a Google Map. By Clicking on a Bus Route markers will be added to the Google Map showing the bus locations for that route, and by clicking again on the route name you can refresh the bus locations as they buses move around the route.

Chicago CTA Bus Tracker Exercise


What I Learned From The Exercise

  • To work with the Google API to fetch requested data.
  • Create a custom element that wraps a Google map.
  • Add markers to the Google map.
  • To become familiar with CanJS.

Website Technologies Used

Description of website technologies used to develop this app.

  • HTML
  • CSS
  • JavaScript
  • Can.JS

How to Use This App

How to use this App:

  1. Click a Bus Route.
  2. Explore the markers added to the Google Map showing the bus locations for that route.
  3. Click the route name buttons to refresh the buses current locations.

    Demo - Click Here

File and Directory Structure

  1. .
  2. ├── assets
  3. ├── css
  4. └── style.css
  5. ├── img
  6. └── ccbt.gif
  7. └── js
  8. └── bustracker.js
  9. ├── .gitignore
  10. ├── index.html
  11. └── README.md

Revision History

Description of revisions - Completed: 01/15/2018

  • Dev - file and directory structure creation - 01/13/2018
  • Dev - project completion - 01/15/2018