Skip to content

amoose/coaster-app

Repository files navigation

Coaster App

Introduction

A simple app for anyone who uses public transportation in San Diego. We leverage data from the NCTD and MTS to provide a custom-tailored navigation experience for all; tourists and commuters. You will never again have to search for a bus or train schedule in San Diego County.

Travis CI Build Status security Code Climate Test Coverage

Developing

Requirements

  • Ruby 2.0+
  • Bundler

Getting Started

  1. Enable the Google Maps Javascript API and get an API key
  2. Clone the repo (git clone git@github.com:amoose/coaster-app.git)
  3. Run bin/setup to install the application dependencies
  4. Run the server with bin/rails s
  5. Visit http://localhost:3000

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

Free Software, Hell Yeah!