क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

CG Weather Update: छत्तीसगढ़ में आग उगल रही गर्मी, रायपुर में पारा 45°C के करीब; दो दिन लू का अलर्ट

On: अप्रैल 28, 2026 11:33 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

CG Weather Update: छत्तीसगढ़ में इन दिनों गर्मी ने लोगों का जीना मुश्किल कर दिया है। राजधानी रायपुर समेत कई जिलों में तापमान 45 डिग्री सेल्सियस के करीब पहुंच गया है। मौसम विभाग ने अगले दो दिनों के लिए लू का अलर्ट जारी किया है।

CG Weather Update:

राजनांदगांव सबसे गर्म

राजनांदगांव में अधिकतम तापमान 44.5°C दर्ज किया गया, जो प्रदेश में सबसे ज्यादा रहा। वहीं कई अन्य शहरों में भी पारा 42°C के पार पहुंच चुका है।

tcw

दो दिन तक लू का असर

मौसम विभाग के अनुसार मध्य छत्तीसगढ़ के कई इलाकों में अगले 24 से 48 घंटों तक भीषण लू चलने की संभावना है। दिन के साथ-साथ रात में भी गर्मी का असर बना रह सकता है, जिससे लोगों को काफी परेशानी झेलनी पड़ रही है।

बारिश और आंधी के आसार

मौसम में बदलाव के संकेत भी मिले हैं। उत्तर प्रदेश से पश्चिम बंगाल तक बनी ट्रफ लाइन के असर से बिलासपुर और मुंगेली समेत कुछ क्षेत्रों में हल्की बारिश, तेज आंधी और गरज-चमक के साथ बिजली गिरने की संभावना जताई गई है। हवा की रफ्तार 40 से 50 किमी/घंटा तक पहुंच सकती है।

Garmi 300x169

रायपुर में बदल सकता है मौसम

रायपुर में आज दोपहर या शाम तक बादल छाने की संभावना है। यहां अधिकतम तापमान करीब 43°C और न्यूनतम 30°C रहने का अनुमान है।

दो दिन बाद मिल सकती है राहत

मौसम विभाग का कहना है कि फिलहाल दो दिन तक गर्मी का प्रकोप जारी रहेगा, लेकिन इसके बाद तापमान में 2 से 3 डिग्री सेल्सियस तक गिरावट आ सकती है। इससे लोगों को कुछ राहत मिलने की उम्मीद है।

 

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

RTE Admission 2026: प्री-प्राइमरी RTE से बाहर, 38 हजार गरीब बच्चों पर असर

red and white modern breaking news youtube thumbnail

इस साल 92 हजार लोगों की जा सकती हैं नौकरियां‎:माइक्रोसॉफ्ट, मेटा जैसी कंपनियों पर एआई में निवेश का‎ दबाव;‎ 98 कंपनियां करेंगी छंटनी‎

red and white modern breaking news youtube thumbnail

Bilaspur News: घर के सामने पेशाब करने से रोका तो नकाबपोशों ने लाठी-डंडे से पीटा, 4 महिलाएं घायल

red and white modern breaking news youtube thumbnail

लखनऊ की हार पर ऋषभ पंत के बयान से विवाद: शॉन पोलाक बोले- कप्तान मैनेजमेंट पर दोष मढ़ रहे हैं; ‘टू मेनी माइंड्स’ पर बहस

red and white modern breaking news youtube thumbnail

अमेजन 100 शहरों में शुरू करेगी क्विक कॉमर्स सर्विस:1000 माइक्रो-फुलफिलमेंट सेंटर खुलेंगे; इस खबर से इटरनल और स्विगी के शेयर 3% तक गिरे

red and white modern breaking news youtube thumbnail

भारतीय पहलवानों को ‘ग्लैडिएटर’ बनाएंगे नए कोच शाको:कहा- सिर्फ उठक-बैठक और जिम से काम नहीं चलेगा, हार का डर मिटाना होगा

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });