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://bus-route-finder.herokuapp.com
Mozilla Public License 2.0
0 stars 0 forks source link

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, AngularJS and Web 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

Contribute

Feel free to share some ideas for new features, report any issues, fork and contribute!

License

Mozilla Public License 2.0, see LICENCE