Skip to content

jpmensching/Instabus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Slack](Chat on the Open Austin #instabus Slack channel) Chat on the Open Austin #instabus Slack channel

Works on your desktop, your iPhone, and your Android device. Just go to instabus.org

placeit

FAQ

What happened to MetroRappid?

MetroRappid has been renamed to Instabus.

MetroRappid for iOS has been replaced with Instabus.

MetroRappid for Android (winner of ATX Hack For Change) had problems working with the Google Maps API. We've chosen to move in the direction of open data, and now instead use OpenStreetMaps. This webapp replaces MetroRappid for Android.

Why is the vehicle location out of date?

CapMetro only updates the vehicle location every 30-90 seconds. You should encourage them to provide more accurate realtime data.

Contributing

We really need help making this app awesome. We use GitHub issues to track bugs, features, and ideas. Issues that we think are important/can use help are tagged as help wanted. You can filter by the help wanted tag: https://github.com/luqmaan/Instabus/issues?labels=help+wanted&state=open.

Run gulp deploy when submitting a pull request. This packages up the .js and .css files.

Installation

Clone the repo and checkout the dev branch:

git clone [email protected]:luqmaan/Instabus.git
cd Instabus
git checkout -b dev origin/dev

Install dependencies through npm and browserify:

npm install

Serve the directory with gulp:

gulp serve

Deployment

To deploy:

gulp clean
gulp build
gulp deploy

Contributors

License

GNU General Public License Version 3

About

🚌💨 There is no need to bus upset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.3%
  • HTML 22.6%
  • CSS 20.8%
  • Python 8.3%