home > support > web design > TourCMS Developer Primer
The TourCMS Developer Primer is a quick exercise utilising some of the core areas of the TourCMS Marketplace API.
Create a web page that displays a list of Tours/Hotels using the "Search Tours/Hotels" API method, including information generally seen on such pages including the Summary, Location, Short description, Price and a Thumbnail Image.
Provide a link to allow the customer to book the product using the standard off the shelf Booking URL (don't worry, the design of the hosted booking engine will not match your pages). Please don't make an actual booking, if you can get to the point where you are entering dates & how many people then that's fine :)
Revisit the list page to add a some basic filtering controls to the page, perhaps let the customer restrict their results by Country, Keyword search or to only show Tours/Hotels featuring Special Offers.
If you get stuck some of the API examples use the Tour Search method, The TourCMS API demonstration website TourSift is powered by the API and features the same Tours/Hotels you have access to. You may use the examples as a reference however you should write your own code.