Create lodging module
lplade opened this issue · 3 comments
lplade commented
Identify a suitable travel lodging API. Build a module that queries based on proximity to a venue and date. Build a simple command line test interface for this module.
lplade commented
Preliminary functionality is working through Google Places API. Need to refine application requirements to develop further.
lplade commented
Right now I have an object built into the googleplaces module. I think what I need to do is re-parse the data into a new object, and that can object be cached through Werkzeug.
lplade commented
Google Places API turns out to not actually have price data for hotels like I hoped.
Otherwise, the module successfully retrieves hotels near a given locations. Good enough.