Project

slurpy

0.0
No commit activity in last 3 years
No release in over 3 years
Retrieves the SLUShuttle times from the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

Slurpy

S(outh)L(ake)U(nion)R(oute)P(lanner)(written in Rub)Y

This gem is a command line utility for http://www.slushuttle.com

Installation

Install the gem using:

$ gem install slurpy

Usage

Use by doing the following:

$ slurpy next "Day 1" "Convention"

to get the next stop time for any SLU shuttle going from "Day 1 North" to "Convention Place".

You can also set your defaults in ~/.slurpy like so

$ slurpy config --origin 'Day 1 North' --destination 'Convention Place'

and then do

$ slurpy next
$ slurpy next --return
$ slurpy next "Blackfoot"
  • The first will search the times for the default route (Day 1 North -> Convention Place).
  • The second will search the times for the default route, inverted (Day 1 North -> Convention Place)
  • The third will search the times for the default origin (Prime) to Blackfoot

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