1
0
Derivar 0
Server-side component of Clear Transit, Android/Glass app for finding nearby transit times
Ir para o ficheiro
IamTheFij 0fc1966008 Update url 2017-08-23 10:44:48 -07:00
db Initial commit 2014-11-22 17:13:30 -08:00
lib Initial commit 2014-11-22 17:13:30 -08:00
models Initial commit 2014-11-22 17:13:30 -08:00
.gitignore Initial commit 2014-11-22 17:13:30 -08:00
Gemfile Initial commit 2014-11-22 17:13:30 -08:00
Gemfile.lock Initial commit 2014-11-22 17:13:30 -08:00
README.md Initial commit 2014-11-22 17:13:30 -08:00
Rakefile Initial commit 2014-11-22 17:13:30 -08:00
app.json Update url 2017-08-23 10:44:48 -07:00
build_agency_bounds.rb Initial commit 2014-11-22 17:13:30 -08:00
cleartransit.rb Initial commit 2014-11-22 17:13:30 -08:00
config.ru Initial commit 2014-11-22 17:13:30 -08:00
continue_agency_bounds.rb Initial commit 2014-11-22 17:13:30 -08:00
environments.rb Initial commit 2014-11-22 17:13:30 -08:00
routes.rb Initial commit 2014-11-22 17:13:30 -08:00
tags Initial commit 2014-11-22 17:13:30 -08:00

README.md

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.

Deploy