Simple node service for grabbing bus route information.
Usage:
//Using a promisevar myBus = 11; //Using a callbackvar myBus = 11 { //access to methods on bus};
Methods:
bus //Return lat & lng for first bus stop bus //Return lat & lng for last bus stop /** * Search list of stops by smsCode/name displayed on stop sign * @param smsCode * @returns {id, smsCode, name, stopIndicator, towards, direction, lat, lng, routes} */busbus bus // Returns array of lat & lng, start to end