Live Alert Extension
A VS Code extension that provides real-time weather and news updates right in your editor.
Features
- 🌦️ Get current weather updates for any city
- 📰 View top news headlines
- 🌍 Weather data for any location
- 📱 Clean and modern interface
- 🔄 Automatic updates
Commands
Show Weather - Display current weather conditions
Show News - View top news headlines
Show Weather & News - View both weather and news in a split view
Installation
- Open VS Code
- Go to Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing
Ctrl+Shift+X
- Search for "Live Alert"
- Click Install
Usage
- After installing the extension, press
Ctrl+Shift+P to open the command palette
- Type any of the following commands:
Show Weather - to view current weather
Show News - to view top news headlines
Show Weather & News - to view both in split view
Requirements
- VS Code 1.58.0 or higher
- Python 3.7 or higher
Extension Settings
This extension contributes the following settings:
live-alert.weatherCity : Default city for weather updates (default: "Chandigarh")
live-alert.newsCount : Number of news items to display (default: 5)
Known Issues
- Weather updates may take a few seconds to load
- News updates are fetched from Google News RSS feed
Release Notes
0.0.1
- Initial release
- Added weather and news functionality
- Created VS Code webview interface
- Added error handling and loading states
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
License
MIT
| |