0

i would like to know how to integerate expedia api in a sample app with zero database such that it should have a functionality to improve search function and enable anyone to pull from the Expedia to provide a comprehensive search based on the keyword entered like in the link

-something similar to www.helloweekends.com. When you run a search on their site, the results in the dropdown are broken down into three sections. how to do this ?

Mackzie
  • 41
  • 1
  • 11

2 Answers2

1

this will help with the first part of your question (a rails app with no activerecord)

You could have a search method that uses an http library like HTTParty to take the input from your user, make the same call to other services, get the the results, and aggregate them in your search method as you see fit.

Community
  • 1
  • 1
plasticide
  • 1,242
  • 9
  • 13
1

there is a gem expedia which will help you a lot

Shanky Munjal
  • 671
  • 5
  • 18