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)

Hawi: An artists community


Hawi, located on the northern tip of the Big Island of Hawaii, is a small town known for its picturesque views, charming atmosphere, and vibrant art scene. This town has a rich history, and it's evident in the many galleries, studios, and public art installations that can be found throughout the area.


One of the most popular destinations for art enthusiasts in Hawi is the Hawi Gallery Walk, a self-guided tour of the town's many art galleries. The walk begins at the Kohala Coast Gallery, which features works by local artists, and continues through the town, with stops at galleries such as the Hawi Art Gallery, which specializes in contemporary art, and the Kohala Gallery, which showcases Hawaiian art and crafts. Along the way, visitors can also see public art installations, such as the "Bird of Paradise" sculpture by local artist, Rocky Jensen.



Another must-see destination for art lovers in Hawi is the Kohala Arts Cooperative, a collective of local artists that operates out of a restored sugar plantation building. The cooperative features a rotating selection of artwork, including paintings, sculpture, jewelry, and crafts, all made by Big Island artists.


In addition to galleries and studios, Hawi also boasts a number of public art installations that can be found throughout the town. One of the most notable is the "Hawi Mural," located on the side of a building on the main street of Hawi. Painted by local artist, John Peralta, the mural depicts the history of the town, including its sugar plantation past and its current focus on sustainable living and art.



Hawi is also home to the annual Hawi Art Festival, a two-day event that takes place in the fall and features live music, food, and art from local artists. The festival is a great opportunity to see the work of some of the Big Island's most talented artists, and to purchase one-of-a-kind pieces to take home.


In conclusion, The art scene in Hawi is vibrant, diverse, and very much alive. From galleries to public art installations, there's something for everyone to enjoy in this charming town. Whether you're an art enthusiast or simply looking for a unique experience, Hawi is a destination not to be missed on your next trip to the Big Island of Hawaii.

1 view0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page