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)

Exploring the Big Island's Unique Plant Life


The Big Island of Hawaii is a nature lover's paradise, home to a wide variety of unique plant life. From the lush rainforests to the dry and rocky deserts, the island's diverse ecosystems are a haven for a wide variety of plant species. In this blog post, we will explore the unique plant life of the Big Island, with a particular focus on the Kailua Kona region and how it is connected to the island's wildlife.


One of the most striking and unique plants found on the Big Island is the silversword. This distinctive plant is found only on the volcanic slopes of Mauna Kea and Mauna Loa, and is known for its silver-colored leaves and large, showy flowers. The silversword is an endangered species, and it's survival is dependent on the preservation of its fragile habitat. The plant is a host plant for the endangered kamehameha butterfly, which is found only on the Big Island.


Another unique plant found on the Big Island is the koa tree. This majestic tree is native to Hawaii and is known for its large, spreading canopy and beautiful, dark-red wood. The koa tree is an important part of the island's cultural and ecological history, and it played a vital role in the lives of ancient Hawaiians. The tree is also an important food source for the endangered palila bird, which feeds on the tree's seeds and insects.

The Kailua Kona region is home to a wide variety of unique plant life, and is particularly known for its coffee farms. The area's rich volcanic soil and mild climate make it an ideal location for growing coffee. The Kona coffee is considered one of the best in the world, and it is known for its smooth, rich flavor and low acidity. Visitors to the area can take a tour of one of the many coffee farms and learn about the history and cultivation of this famous crop.

The Big Island's plant life is not only a visual treat, but also plays a crucial role in the island's ecosystem. The plants provide food and shelter for a wide variety of wildlife, and many species are dependent on specific plants for survival. The preservation of the island's plant life is crucial for the survival of the island's wildlife, and it is important that we continue to make conservation efforts to protect these unique and fragile habitats.

In conclusion, the Big Island of Hawaii is home to a wide variety of unique plant life, from the silversword to the koa tree. The Kailua Kona region is particularly known for its coffee farms, and visitors can take a tour and learn about the history and cultivation of this famous crop. The Big Island's plants play a crucial role in the island's ecosystem, providing food and shelter for a wide variety of wildlife, and many species are dependent on specific plants for survival. The preservation of the island's plant life is crucial for the survival of the island's wildlife and the future generations who will inherit this natural treasure.

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