SkyCheck is a powerful and intuitive weather application that provides real-time weather information for any location. Get up-to-date weather forecasts, current conditions, and detailed data to help you plan your day.
- Real-time Weather Updates: Get the latest weather updates for your current location or any city worldwide.
- Detailed Forecasts: View detailed weather forecasts for the next 7 days.
- Weather Alerts: Receive alerts for severe weather conditions.
- Go (>=1.16)
git clone https://github.com/DevXanderCode/skycheck.git
cd skycheck
- Search for a Location: Use the skycheck command followed by the city name to find weather information for any city.
- View Current Weather: See the current temperature, chance of rain and weather conditions.
- Check the Forecast: Navigate to the forecast section for weather predictions for the next few days.
We welcome contributions! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.