anttikon / routahe

MIT License
37 stars 8 forks source link

Possibility to save routes to history enabling querying of previous route or most common route #4

Closed vkomulai closed 5 years ago

vkomulai commented 7 years ago

For example .routahe/history.json : an array of previous queries

[{from: "Steissi",
    to: "Kamppi"
   timestamp: 1478781173686}
]
routahe --latest : returns the last queried ruote
ruotahe --top : returns the most queried route
ronkot commented 7 years ago

This is great - started working on this. In addition I'm planning to add bash completion script for routahe history. For that I'll add something like

routahe --history : returns the query history, one address at line