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)

Discover the Exciting Activities and Annual Events in Kailua-Kona, Big Island

Kailua-Kona, located on the Big Island of Hawaii, is a vibrant city that offers a wide range of activities and events for visitors and residents alike. From outdoor adventures to cultural festivals, Kailua-Kona is the perfect destination for those looking to experience the best of Hawaii. In this blog, we'll take a closer look at some of the most exciting activities and events that take place in Kailua-Kona throughout the year.


Ironman World Championship



The Ironman World Championship is one of the most popular and prestigious events in Kailua-Kona. Every October, thousands of athletes from around the world come to the city to compete in a grueling endurance race that consists of a 2.4-mile swim, a 112-mile bike ride, and a 26.2-mile run. Whether you're a participant or a spectator, the Ironman World Championship is an event that should not be missed.



Brewfest


Brewfest is a celebration of craft beer, food, and music that takes place in Kailua-Kona every June. With over 30 local and regional breweries represented, Brewfest is a great opportunity to sample some of the best beer in Hawaii while enjoying live music, food trucks, and other activities.



Billfish Tournament


The Billfish Tournament is a popular event for fishing enthusiasts, taking place in Kailua-Kona every August. With more than $100,000 in prize money up for grabs, the Billfish Tournament attracts anglers from around the world who come to compete in this exciting event.



Christmas Parade and Kamehameha Parade


The Christmas Parade and Kamehameha Parade are two of the most popular events in Kailua-Kona, taking place during the holiday season. The Christmas Parade features colorful floats, marching bands, and Santa Claus, while the Kamehameha Parade celebrates the Hawaiian culture and heritage. Both parades are a great opportunity to experience the festive spirit of Kailua-Kona.



New Year's Fireworks at Kailua-Kona Bay


Ring in the new year with a bang at the New Year's Fireworks at Kailua-Kona Bay. This annual event features a spectacular fireworks display over the water, offering a beautiful and memorable way to celebrate the new year.



In conclusion, Kailua-Kona is a city that offers a wide range of activities and events for visitors and residents alike. Whether you're interested in outdoor adventures, cultural festivals, or holiday festivities, Kailua-Kona has something for everyone, making it one of the most exciting destinations in Hawaii.


0 views0 comments
  • Facebook
  • Instagram
  • Yelp
bottom of page