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
Screen Shot 2017-03-07 at 7_11_37 PM.png

Hawi

Hawi is a charming town located in the North Kohala district of the island of Hawaii. Known for its rich history, Hawi is home to several historical sites, including the 1838 Hōkūalia Heiau, a sacred Hawaiian temple. The town also boasts a variety of art galleries, boutiques and restaurants where visitors can experience the local culture. Hawi is also a popular destination for outdoor enthusiasts, with opportunities for hiking, horseback riding, and cycling in the surrounding countryside. The town's location in the Kohala Mountains provides stunning views of the ocean and is a perfect place to catch the famous Hawaiian sunset.

The housing market in Hawi is thriving with a variety of options for buyers. Plantation-style homes and large plots of land are readily available. These homes were originally built during the Hawaiian sugarcane plantation era of the late 1800s to early 1900s and are characterized by their simple, yet elegant design. They often feature large verandahs, high ceilings, and wide eaves to keep the homes cool in Hawaii's warm climate.

Many buyers who are looking to leave the city opt to invest in renovating these historic homes from the 1940s, ensuring that the original charm and architecture is preserved. This is a growing trend in the area, as people are drawn to the unique character and historical significance of these homes. These homes are often remodeled to modern standards, with updated kitchens and bathrooms, while still preserving the original features such as hardwood floors and large windows.

The process of renovating these homes can be a challenging task, as they often require a lot of care and attention to detail. However, the end result is well worth it as these homes become a blend of old and new, providing a unique living experience. The plantation-style homes in Hawi are a unique part of the local culture and history, and it is exciting to see them being preserved and updated to be enjoyed by future generations.

House in North Kohala
656548317.jpg
pexels-jess-loiterton-4321461.jpg

Find a home in Hawi today

One of our Realtors can help you

  • Facebook
  • Instagram
  • Yelp
bottom of page