mapqdist
Compute distance using MapQuest API
Installation
$ gem install mapqdist
Note: You will need a MapQuest API key. You can get one for free at http://developer.mapquest.com
Usage
$ mapqdist NJ CT
$ mapqdist "1 Lincoln Ave Newark, NJ 07104" "767 Fifth Avenue, New York, NY 10153"
Contributing
- Fork it ( http://github.com/rationalrevolt/mapqdist/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request