<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[PalmTree. . .]]></title>
        <description><![CDATA[Curiosities from the Coconut Telegraph]]></description>
        <link>https://palmtree.npub.pro/tag/price/</link>
        <atom:link href="https://palmtree.npub.pro/tag/price/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://palmtree.npub.pro/tag/price/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[PalmTree 🌴]]></itunes:author>
        <itunes:subtitle><![CDATA[Curiosities from the Coconut Telegraph]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[PalmTree 🌴]]></itunes:name>
          <itunes:email><![CDATA[PalmTree 🌴]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Mon, 17 Feb 2025 01:56:54 GMT</pubDate>
      <lastBuildDate>Mon, 17 Feb 2025 01:56:54 GMT</lastBuildDate>
      
      <itunes:image href="https://image.nostr.build/cbae3e594026a02d2b3a9ae10af01ab8975b7993502325f9c09f1a8000ae95ff.jpg" />
      <image>
        <title><![CDATA[PalmTree. . .]]></title>
        <link>https://palmtree.npub.pro/tag/price/</link>
        <url>https://image.nostr.build/cbae3e594026a02d2b3a9ae10af01ab8975b7993502325f9c09f1a8000ae95ff.jpg</url>
      </image>
      <item>
      <title><![CDATA[If your using LibreOffice Calc and…]]></title>
      <description><![CDATA[If your using LibreOffice Calc and you want to get the live ⚡ BTC price to run some calculations, for example ROI or whatever, don't try using the WEBSERVICE function as it expects an XML reply which most API's don't give. API's usually respond with JSON format…]]></description>
             <itunes:subtitle><![CDATA[If your using LibreOffice Calc and you want to get the live ⚡ BTC price to run some calculations, for example ROI or whatever, don't try using the WEBSERVICE function as it expects an XML reply which most API's don't give. API's usually respond with JSON format…]]></itunes:subtitle>
      <pubDate>Mon, 17 Feb 2025 01:56:54 GMT</pubDate>
      <link>https://palmtree.npub.pro/post/note1pzml79j27q98ae585theut6jh9297qrfw23j0qkjw76j97mfvqhspa4gwl/</link>
      <comments>https://palmtree.npub.pro/post/note1pzml79j27q98ae585theut6jh9297qrfw23j0qkjw76j97mfvqhspa4gwl/</comments>
      <guid isPermaLink="false">note1pzml79j27q98ae585theut6jh9297qrfw23j0qkjw76j97mfvqhspa4gwl</guid>
      <category>libreoffice</category>
      
        <media:content url="https://image.nostr.build/b818d98a109a5b38c2d6d42e8e2899652f2677ae0d2ea8df0c9e22d638daaa52.png" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/b818d98a109a5b38c2d6d42e8e2899652f2677ae0d2ea8df0c9e22d638daaa52.png" length="0" 
          type="image/png" 
        />
      <noteId>note1pzml79j27q98ae585theut6jh9297qrfw23j0qkjw76j97mfvqhspa4gwl</noteId>
      <npub>npub1e3zglze5g2mq894pfw42kw8uwmyd8uc6m8mupctjfkfplgddglds4v7wja</npub>
      <dc:creator><![CDATA[PalmTree 🌴]]></dc:creator>
      <content:encoded><![CDATA[<p> If your using LibreOffice Calc and you want to get the live ⚡ BTC price to run some calculations, for example ROI or whatever, don't try using the WEBSERVICE function as it expects an XML reply which most API's don't give. API's usually respond with JSON format which is not supported in LibreOffice. Fear not, get this extension <np-embed url="https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin"><a href="https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin">https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin</a></np-embed> and in the cell where you want the BTC price, add the following (using Coinbase for this example, if you use some other API, adjustments will have to be made)<br><br>=PARSEJSON(GET("<a href="https://api.coinbase.com/v2/prices/btc-usd/buy%22),%22data.amount">https://api.coinbase.com/v2/prices/btc-usd/buy"),"data.amount</a>")<br><br>When you recalc sheet, it will automatically fetch the latest price.<br><br><a href='/tag/libreoffice/'>#libreoffice</a> <a href='/tag/calc/'>#calc</a> <a href='/tag/diy/'>#diy</a> <a href='/tag/price/'>#price</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[PalmTree 🌴]]></itunes:author>
      <itunes:summary><![CDATA[<p> If your using LibreOffice Calc and you want to get the live ⚡ BTC price to run some calculations, for example ROI or whatever, don't try using the WEBSERVICE function as it expects an XML reply which most API's don't give. API's usually respond with JSON format which is not supported in LibreOffice. Fear not, get this extension <np-embed url="https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin"><a href="https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin">https://github.com/DmytroBazunov/LibreOfficeGetRestPlugin/wiki/How-to-install-plugin</a></np-embed> and in the cell where you want the BTC price, add the following (using Coinbase for this example, if you use some other API, adjustments will have to be made)<br><br>=PARSEJSON(GET("<a href="https://api.coinbase.com/v2/prices/btc-usd/buy%22),%22data.amount">https://api.coinbase.com/v2/prices/btc-usd/buy"),"data.amount</a>")<br><br>When you recalc sheet, it will automatically fetch the latest price.<br><br><a href='/tag/libreoffice/'>#libreoffice</a> <a href='/tag/calc/'>#calc</a> <a href='/tag/diy/'>#diy</a> <a href='/tag/price/'>#price</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/b818d98a109a5b38c2d6d42e8e2899652f2677ae0d2ea8df0c9e22d638daaa52.png"/>
      </item>
      
      </channel>
      </rss>
    