Difference between revisions of "Lastcall"

From RevSpace
Jump to navigation Jump to search
(expand on environment/hardware plans)
m (add project template)
Line 1: Line 1:
 +
{{Project
 +
|Name=lastcall
 +
|Status=In progress
 +
|Contact=User:qguv
 +
}}
 +
 
Tells you your last chance to get home via public transit. Currently a small Python project making use of the Google Maps Directions API; soon to be a Revspace wall display (and possibly small printer for on-the-go train schedules?).
 
Tells you your last chance to get home via public transit. Currently a small Python project making use of the Google Maps Directions API; soon to be a Revspace wall display (and possibly small printer for on-the-go train schedules?).
  

Revision as of 12:17, 30 September 2015

Project lastcall
Status In progress
Contact User:qguv
Last Update 2015-09-30

Tells you your last chance to get home via public transit. Currently a small Python project making use of the Google Maps Directions API; soon to be a Revspace wall display (and possibly small printer for on-the-go train schedules?).

Software

~140 lines of Python, see the project on Github. Probably should've used Haskell, but the Python library bindings were somewhat nicer (i.e. don't require globbing together URLs and parsing JSON).

Environment and Hardware

lastcall will run as a Docker container on the Norfolk RancherOS server. Visual display method yet to be determined, any ideas?