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)

Waikoloa Village

Waikoloa Village is a picturesque community located on the Big Island of Hawaii. This master-planned community is situated on the sunny Kohala Coast, just minutes away from the world-renowned beaches of Waikoloa.


Waikoloa Village offers a wide range of housing options, from single-family homes to condominiums, townhouses, and apartments. Many of the homes in the village are designed to blend seamlessly with the surrounding landscape, featuring natural materials and tropical landscaping.


One of the main draws of Waikoloa Village is its affordable housing prices. The cost of living in the village is significantly lower than in many other parts of Hawaii, making it a popular choice for families and retirees.


Waikoloa Village also boasts a variety of amenities, including two golf courses, a community center, and a shopping center. The village is also home to a number of parks and green spaces, perfect for picnics, hiking, and enjoying the beautiful Hawaiian weather.


For families, Waikoloa Village is an excellent choice, as the community is home to several schools. The Waikoloa School is a K-6 school that serves the students of Waikoloa Village and the surrounding area. The school has a strong academic program and a variety of extracurricular activities, including sports teams, music and art programs, and more. Additionally, there are also other schools in the nearby towns that offer education for students of all ages.


Overall, Waikoloa Village is a wonderful place to call home. With its beautiful natural setting, affordable housing prices, and wide range of amenities, it's no wonder why so many people choose to make Waikoloa Village their home. Whether you're looking for a place to raise a family, retire, or just enjoy the beauty of Hawaii, Waikoloa Village has something for everyone.

0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page