Difference between revisions of "Lastcall"

From RevSpace
Jump to navigation Jump to search
(Created page with "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 (a...")
 
(expand on environment/hardware plans)
Line 5: Line 5:
 
~140 lines of Python, see [https://github.com/qguv/lastcall 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).
 
~140 lines of Python, see [https://github.com/qguv/lastcall 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).
  
== Hardware ==
+
== Environment and Hardware ==
  
To be determined. [[Talk:Lastcall|Any ideas?]]
+
lastcall will run as a Docker container on [[Norfolk|the Norfolk RancherOS server.]] Visual display method yet to be determined, [[Talk:Lastcall|any ideas?]]

Revision as of 10:18, 30 September 2015

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?