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)

Shaved Ice: A Hawaiian Treat


Shaved ice, also known as “shave ice,” has a long and rich history in Hawaii. The origins of this sweet treat can be traced back to Japan, where it was known as “kakigori.” This traditional Japanese dessert was made by shaving blocks of ice and adding a variety of syrups and toppings to the ice.


In the early 20th century, Japanese immigrants brought this beloved dessert to Hawaii, and it quickly became a popular treat among locals. As more and more people began to enjoy shaved ice, it became a staple of Hawaiian culture. Today, it can be found at nearly every beach, park, and fair in the state.


The popularity of shaved ice in Hawaii has also had a significant impact on the island’s pop culture. Many local businesses have opened up, offering a wide variety of flavors and toppings to customers. These businesses have also become a popular spot for tourists, who come to Hawaii to experience the local culture and cuisine.


Scandinavian Shave Ice referred to as "Scandi's" by the locals is a Kona landmark that has been located in the heart of Kailua Village since 1991

Two of the most popular shaved ice shops in Hawaii are Scandinavian Shaved Ice in Kona and Kula Shaved Ice in Hilo. Both of these shops have been in business for many years and have built a reputation for offering some of the best shaved ice in the state.


Scandinavian Shaved Ice is known for its unique flavors, such as passionfruit and coconut cream. They also offer a variety of toppings, including mochi and azuki beans. The shop has a laid-back atmosphere, making it a great place to relax and enjoy a cold treat.

Kula Shaved Ice, on the other hand, is known for its traditional Hawaiian flavors, such as pineapple and coconut. They also offer a variety of toppings, including macadamia nuts and li hing mui. The shop has a friendly and welcoming atmosphere, making it a great place to stop by and grab a quick snack.



In conclusion, shaved ice has a long and rich history in Hawaii, dating back to its origins in Japan. Today, it has become a staple of Hawaiian culture, and many local businesses have opened up, offering a wide variety of flavors and toppings to customers. Two of the most popular shaved ice shops in Hawaii are Scandinavian Shaved Ice in Kona and Kula Shaved Ice in Hilo, both of which have built a reputation for offering some of the best shaved ice in the state.

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