Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariot/bus-route-finder
An application for Firefox OS to help you find which buses to take to go to one place from another.
https://github.com/mariot/bus-route-finder
Last synced: about 1 month ago
JSON representation
An application for Firefox OS to help you find which buses to take to go to one place from another.
- Host: GitHub
- URL: https://github.com/mariot/bus-route-finder
- Owner: mariot
- License: mpl-2.0
- Created: 2015-06-14T15:56:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T17:46:46.000Z (over 9 years ago)
- Last Synced: 2023-02-28T05:32:33.688Z (almost 2 years ago)
- Language: CSS
- Homepage: https://bus-route-finder.herokuapp.com
- Size: 4.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bus Route Finder
An application for Firefox OS to help you find which buses to take to go to one place from another.
Made with love with HTML5, CSS3, JavaScript, [jQuery](http://jquery.com/), [AngularJS](https://angularjs.org/) and [Web Starter Kit](https://developers.google.com/web/tools/starter-kit/).
HTML5 application based purely on Web technologies. Application intended to be used in Firefox OS (should also work in Windows, Linux, Mac OS X and Android if Firefox browser installed).It uses JSON to store places and buses data.
JSON schema for the system:
-place(id, name)
-bus(name,route)
You enter two locations (from A to B) and the system first checks if it can get you there using one bus.
If this fails, the system tries to find a bus running from A to a changeover location C, and then another bus from that changeover location to B.# Install from source
* Download and extract content of this repository somewhere on local drive
* Mozilla Firefox > Tools > Web Developer > App Manager
* Add Packaged App
* Choose directory with downloaded and extracted files
* Start Simulator (If you do not have Firefox OS Simulator extension installed yet - you have to install it)
* Press Update in App Manager
* Click "Bus Route Finder" icon on home screen inside simulator# Contribute
Feel free to share some ideas for new features, report any issues, fork and contribute!
# License
Mozilla Public License 2.0, see LICENCE