Converts from a Routific solutions CSV export to a formatted and printable PDF file which can serve as a hard copy.
Clone the gist and install dependencies
git clone [email protected]:2816a49f143570bede78bfa786a1cb9d.git printable-routific-stops
cd printable-routific-stops
npm install
-
Go to your Routific route - https://app.routific.com/#/hud/project/route/timeline/plan
-
"Download Summary" to get a "Routific solution" CSV file
-
Copy the "Routific solution" CSV file to the
printable-routific-stops
directory- Make sure to rename it to
routific_solution.csv
cp ~/Downloads/Routific\ solution\ -\ *.csv ./printable-routific-stops/routific_solution.csv
- Make sure to rename it to
-
Run the conversion
npm start
This will create a PDF file in printable-routific-stops
with a file name in
the format routific-destinations-<date>.pdf
If you need a readable copy of the route stops that you can manually check off as you go, then print this file and bring it with you.