OneBusAway/onebusaway-deep-links

Name: onebusaway-deep-links

Owner: OneBusAway

Description: A web app with a URL pattern designed for deep linking in native apps

Created: 2016-11-05 14:15:01.0

Updated: 2018-05-21 05:45:52.0

Pushed: 2018-05-21 05:45:51.0

Homepage: null

Size: 818

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

Setup

  1. Install RVM (https://rvm.io): \curl -sSL https://get.rvm.io | bash -s stable
  2. Install Postgresql. I like https://postgresapp.com for macOS.
  3. Clone the repo
  4. cd into the directory where you cloned the repo and agree to whatever RVM says
  5. gem install bundler
  6. bundle install
  7. rake db:create
  8. rake db:schema:load
  9. rake db:seed
  10. rails s
  11. open http://localhost:3000

Features

Service Alerts

Service alerts involve the following models:

Alert feeds are updated from their sources by running rake update_alert_feeds. In production, this is managed with the Heroku Scheduler add-on.

Endpoints

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.