Project

commuter

0.0
No commit activity in last 3 years
No release in over 3 years
Gives you google maps travel times between two addresses.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Commuter

This is a silly little command line app written and ruby that tells you the time between two addresses. It screen scrapes this information from Google Maps.

I built this for a few reasons:

  1. My commute fucking sucks.
  2. I often check on the time the commute will take because I like to know when my commute is going to fucking suck.
  3. I wanted to play with the mechanize and commander gems. Both are fun, by the way.

Installation

gem install commuter

Usage

commuter --start 'street, city, state, zip' --dest 'street, city, state, zip'