SportsDeck - Real-Time Sports Scores in VS Code
Overview
SportsDeck is a Visual Studio Code extension that delivers real-time sports scores, fixtures, and statistics directly to your coding environment. Stay updated on your favorite games without leaving your workflow.
Features
Installation
- Open VS Code.
- Go to the Extensions view (
Ctrl+Shift+X
or Cmd+Shift+X
).
- Search for SportsDeck.
- Click Install.
- Reload VS Code when prompted.
Alternatively, install via CLI:
code --install-extension publisher.sportsdeck
Configuration
Configure SportsDeck through VS Code settings (Ctrl+,
or Cmd+,
):
"sportsdeck": {
"favoriteSports": ["football", "cricket"],
"favoriteLeagues": ["premier-league", "ipl"],
"favoriteTeams": ["arsenal", "mumbai-indians"],
"updateInterval": 60,
"displayMode": "both",
"notifications": true,
"apiKey": "your-api-key-here"
}
Usage
Basic Commands
- Show SportsDeck Panel:
Ctrl+Shift+P
→ "SportsDeck: Show Panel"
- Refresh Data:
Ctrl+Shift+P
→ "SportsDeck: Refresh"
- Toggle Live Updates:
Ctrl+Shift+P
→ "SportsDeck: Toggle Live Updates"
Status Bar
- Click the status bar item to open the panel.
- Hover to see current match details.
Panel Features
- View live and upcoming matches.
- See detailed match statistics.
- Filter by sport or league.
Screenshots
- Live Matches View: Live matches displayed in the side panel.
- Status Bar Notification: Current match score in status bar.
Contributing
We welcome contributions! To get started:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Open a Pull Request.
Please read our Contribution Guidelines for more details.
License
This project is licensed under the MIT License.
Have questions or suggestions? We'd love to hear from you!
Happy Coding and Game Watching! 🎮👨💻