umts / BusInfoBoard

A place to view bus arrival information from Avail's JSON feed
Apache License 2.0
15 stars 3 forks source link

Better URL handling #36

Closed dfaulken closed 8 years ago

dfaulken commented 8 years ago

Closes #34.

Added better handling of no query string. Wrote generic function to convert Object version of query string back to a String. Simplified function which converts currently selected stops to the corresponding URL at BusInfoBoard.

werebus commented 8 years ago

Looks good.