lplade/music_fan

Create lodging module

lplade opened this issue · 3 comments

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.

Preliminary functionality is working through Google Places API. Need to refine application requirements to develop further.

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.

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.