Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonreitz/thebart
App based on the BART API
https://github.com/nelsonreitz/thebart
Last synced: 3 days ago
JSON representation
App based on the BART API
- Host: GitHub
- URL: https://github.com/nelsonreitz/thebart
- Owner: nelsonreitz
- Created: 2015-03-10T13:39:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T14:28:41.000Z (about 8 years ago)
- Last Synced: 2023-02-28T08:22:48.357Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Project2: The BART](http://project2.nelsonreitz.ch)
Live demonstration: [http://project2.nelsonreitz.ch](http://project2.nelsonreitz.ch)
This project is a fictive website built as an exercice for the [Computer Science E-75](http://cs75.tv) online course. The purpose of this
exercise is to give an introduction to Ajax and third-party APIs.As per the project [specification](http://cdn.cs75.net/2012/summer/projects/2/project2.pdf), the goal was to build a mashup that would allow users to display the routes of the [BART](https://www.bart.gov) (Bay Area Rapid Transit) on a google map and to show each station's next departures by clicking on their marker.
#### To do
- Auto-center map on route selection#### Credits
This project was created using the [jQuery](http://http://jquery.com) library, the [Google maps API](https://developers.google.com/maps/web), the [BART API](http://www.bart.gov/schedules/developers/api) and the [Roboto](http://www.google.com/fonts/specimen/Roboto) font by [Christian Robertson](http://christianrobertson.com).