This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# MapQuest API Turn-by-turn script | |
# | |
# Generates driving directions from a starting location | |
# to a series of destinations in a CSV, used to print | |
# maps for volunteers delivering food to the less-fortunate | |
# | |
# CSV format - place in a file named `list.csv` | |
# Name, Street, Zipcode, Phone, Count |