cubehouse / themeparks

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

General question #89

Closed waynerochford closed 7 years ago

waynerochford commented 7 years ago

Hi,

Is it possible to use themeparks within a Visual Studio for a .NET MVC app?

BeanMeUp commented 7 years ago

themeparks is a node.js API. What you would need to do is have a node.js server with themeparks and then call the themeparks API with the .NET app.

waynerochford commented 7 years ago

@fyroc, Had a feeling, thanks for the reply