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
- Description
- What I Learned From The Exercise
- Website Technologies Used
- How to View This App
- File and Directory Structure
- Revision History
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.
- 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.
Description of website technologies used to develop this app.
- HTML
- CSS
- JavaScript
- Can.JS
How to use this App:
-
Click a Bus Route.
-
Explore the markers added to the Google Map showing the bus locations for that route.
-
Click the route name buttons to refresh the buses current locations.
.
├── assets
│ │
│ ├── css
│ │ │
│ │ └── style.css
│ │
│ ├── img
│ │ │
│ │ └── ccbt.gif
│ │
│ └── js
│ │
│ └── bustracker.js
│
├── .gitignore
│
├── index.html
│
└── README.md
Description of revisions - Completed: 01/15/2018
- Dev - file and directory structure creation - 01/13/2018
- Dev - project completion - 01/15/2018