cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
542 stars 125 forks source link

[5.0] Add alternative services to bus times #152

Closed DougSisk closed 5 years ago

DougSisk commented 5 years ago

For resorts that offer multiple transport services (boats, monorails, etc), they're listed on bus stops. Additionally, the status is listed.

Example:

[
    {
        "type": "Monorail",
        "status": "Available"
    },
    {
        "type": "Watercraft",
        "status": "Available"
    }
]
cubehouse commented 5 years ago

Cool! Thanks for this :)