Thursday, August 31, 2023
Monday, August 21, 2023
Sunday, August 20, 2023
Wednesday, August 16, 2023
Tuesday, August 15, 2023
Monday, August 14, 2023
Url Shortner
URL Shortener
axios.get("https://api.shrtco.de/v2/shorten?url=" + encodeURIComponent(originalUrl)) .then(function(response) { var data = response.data; if (data.ok) { var shortUrl = data.result.full_short_link; resultDiv.innerHTML = "
Shortened URL: " + shortUrl + "
"; } else { resultDiv.innerHTML = "Error occurred while shortening the URL.
"; } }) .catch(function(error) { resultDiv.innerHTML = "Error occurred while shortening the URL.
"; }); }Sunday, August 13, 2023
Language Translator
Language Translator
Translated Text:
}&langpair=${sourceLanguage}|${targetLanguage}`; fetch(url) .then(response => response.json()) .then(data => { if (data.responseStatus === 200) { translatedText.innerText = data.responseData.translatedText; } else { console.error("Translation error:", data.responseStatus); translatedText.innerText = "An error occurred during translation."; } }) .catch(error => { console.error("Translation error:", error); translatedText.innerText = "An error occurred during translation."; }); }
Subscribe to:
Posts (Atom)
How to Make Money with Canva in 2025 – Full Guide for Beginners
How to Make Money with Canva in 2025 – Full Guide for Beginners If you’re looking to make money online with a free tool, Canva is an ama...
-
https://docs.google.com/uc?export=download&id=1ZVFfFPy_Ry6S0kUo5U8NzoaHqW2MWRVr Voice To Text Generating Free Online Tool ...
-
Make Money with Canva – Step-by-Step Guide Are you looking for a simple way to earn online without investment? Canva is a free design tool...