import {fetch} from 'wix-fetch'; function parseRetsXml(xml) { const parser = new DOMParser(); const xmlDoc = parser.parseFromString(xml, "text/xml"); const retsNode = xmlDoc.getElementsByTagName("RETS")[0]; const replyCode = retsNode.getAttribute("ReplyCode"); const replyText = retsNode.getAttribute("ReplyText"); const loginUrl = retsNode.getAttribute("Login"); const searchUrl = retsNode.getAttribute("Search"); return { replyCode, replyText, loginUrl, searchUrl }; } async function searchMLS(xml, query) { const retsInfo = parseRetsXml(xml); const response = await fetch(retsInfo.searchUrl, { method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `search=${encodeURIComponent(query)}` }); const results = await response.json(); return results; } const xml = ' Broker = MemberName = 79190-RETSIDX James T Morrison MetadataVersion = 8.09.00001 MinMetadataVersion = 8.09.00001 User = 547029,NULL,NULL,NULL Login = http://rets.hawaiiinformation.com:6103/rets/login Logout = http://rets.hawaiiinformation.com:6103/rets/logout Search = http://rets.hawaiiinformation.com:6103/rets/search GetMetadata = http://rets.hawaiiinformation.com:6103/rets/getMetadata GetObject = http://rets.hawaiiinformation.com:6103/rets/getObject Balance = 0.01 TimeoutSeconds = 1800 '; const query = 'property type:Residential'; searchMLS(xml, query).then(results => { console.log(results); });
top of page
  • Writer's pictureJames T. Morrison R(S)

Kailua Kona


Kailua Kona

Kailua-Kona is a city located on the west coast of the island of Hawaii, in the district of North Kona. It is known for its laid-back and relaxed lifestyle, with many residents and visitors enjoying outdoor activities such as swimming, snorkeling, and scuba diving at the nearby beaches. The city also has a bustling downtown area with shops, restaurants, and cafes, offering a variety of dining and entertainment options.


In terms of nightlife, Kailua-Kona has a mix of bars and clubs for visitors to enjoy. The city also has a variety of events and festivals throughout the year, such as the Kona Coffee Cultural Festival, which celebrates the region's coffee history.


The housing market in Kailua-Kona varies, with options ranging from beachfront properties to more affordable homes and apartments. The city has a good infrastructure, with a hospital, schools, university centers and various other amenities, making it a comfortable place to live or visit.


Overall, Kailua-Kona is a popular tourist destination known for its natural beauty, outdoor activities and relaxed lifestyle and it also offers a good infrastructure for those who may want to live there.


Kona hosts a variety of events and parades throughout the year. Some popular events include:

  • The Kona Coffee Cultural Festival: This annual event, usually held in November, celebrates the region's coffee history with tastings, tours, and cultural performances.

  • The Ironman World Championship: This triathlon event, held in October, attracts thousands of athletes and spectators from around the world.

  • The King Kamehameha Day Parade: This annual parade, held on the king's birthday in June, honors the legacy of King Kamehameha I and features traditional Hawaiian music, dance, and floats.

  • The Kona Brewer's Festival: This annual event, held in March, showcases the local beer and food scene in Kona.

  • Christmas Light Parade: The holiday season is celebrated with this annual parade, which features decorated floats, bands, and Santa Claus.

These are some of the more popular parades and events held in Kailua-Kona, but there are also other activities and smaller events that take place throughout the year. It's best to check the city's calendar of events or with the visitor bureau for more information.


Kailua-Kona is a popular tourist destination located on the west coast of the island of Hawaii, in the district of North Kona. The city is known for its natural beauty, outdoor activities, and relaxed lifestyle.


One of the main draws of Kailua-Kona is its beaches, such as Kua Bay and Kahaluu Beach Park, which are popular for swimming, snorkeling, and scuba diving. Visitors can also take boat tours to see dolphins, turtles, and other marine life, or go on a sunset cruise.


The city also has a rich cultural history and visitors can explore ancient Hawaiian sites such as the Hulihee Palace and the Mookini Heiau. There are also opportunities to learn about Hawaiian culture through classes and workshops in hula, lei making, and Hawaiian language.


Kailua-Kona is also known for its coffee and visitors can take tours of coffee farms and sample different types of Kona coffee. The Kona Coffee Cultural Festival, held annually in November, celebrates the region's coffee history with tastings, tours, and cultural performances.


Other popular activities include golfing, hiking, and visiting the Kona farmer's market. The city also has a variety of shops, restaurants, and cafes, offering a variety of dining and entertainment options.


Overall, Kailua-Kona offers a range of activities for visitors, from outdoor adventure and beach activities to cultural and historical experiences, making it a popular destination for tourists.



0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page