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)

Holualoa


A vendor sells coconuts during Holualoa's "First Friday" Event, where the town gathers to celebrate small businesses every first friday of the month

Holualoa is a small, rural community located in the district of North Kona on the island of Hawaii. This area is known for its rich history, beautiful natural surroundings, and thriving coffee industry.


One of the most notable features of Holualoa is its historical significance. The area was once home to many Hawaiian royalty and was known as the "King's Highway" due to its importance as a trade route for the island's rulers. Today, visitors can still see the remnants of ancient Hawaiian villages and petroglyphs throughout the area.


In addition to its historical significance, Holualoa is also known for its thriving coffee industry. The area is home to many coffee farms, which produce some of the highest-quality coffee beans in the world. Many of these farms offer tours and tastings, allowing visitors to experience the unique flavors and aromas of Hawaiian coffee.


When it comes to housing, Holualoa offers a mix of single-family homes, condos and apartments for rent. The majority of the homes in this area are older, with many dating back to the early 1900s. However, many of these homes have been updated and modernized over the years, while still maintaining their historical charm. Prices range from $800,000 and up.


Overall, Holualoa is a unique and special place that offers a taste of Hawaii's rich history, culture, and natural beauty. Whether you're looking for a place to call home or a vacation spot, this area is definitely worth checking out.


Holualoa is a small, rural community, so the schools, nightlife and activities available are limited compared to larger cities. However, the area still offers plenty of options for education and entertainment.


When it comes to education, Holualoa is home to Holualoa Elementary School, which serves students in grades K-6. The school is known for its small class sizes and strong focus on community involvement.


As for nightlife and activities, Holualoa is a quiet community that is not known for its bustling nightlife. However, there are still plenty of things to do in the area. Visitors can explore the many coffee farms and taste the unique flavors of Hawaiian coffee, take a hike to see ancient Hawaiian petroglyphs or check out local farmers market.


Holualoa also offers a variety of outdoor activities such as hiking, snorkeling, and swimming at the nearby beaches, as well as fishing and kayaking. There are also a few art galleries and shops that showcase the work of local artists and artisans.


Overall, while Holualoa may not have the same level of nightlife and activities as larger cities, it still offers plenty of options for education and entertainment. Whether you're looking to explore the area's history and culture, enjoy the great outdoors, or taste some of the best coffee in the world, Holualoa has something to offer.



0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page