Server-side component of Clear Transit, Android/Glass app for finding nearby transit times
db | ||
lib | ||
models | ||
.gitignore | ||
app.json | ||
build_agency_bounds.rb | ||
cleartransit.rb | ||
config.ru | ||
continue_agency_bounds.rb | ||
environments.rb | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.md | ||
routes.rb | ||
tags |
Clear Transit Server
What is this?
This is a server component of Clear Transit. An Android and Google Glass application for retrieving transit times from the NextBus Api
The Android client for this Heroku app is located at Clear Transit
I'm really not much of a Ruby dev, so this may be a little hacky. It's designed to run on Heroku using a Postgres DB.
The initial database is built by running: ruby ./build_agency_bounds.rb
or, if it fails midway, running ruby ./continue_agency_bounds.rb
.
Heroku button
This buttons should install the server on Heroku. Should... no promises.