{"id":27471126,"url":"https://github.com/swish78/weatherwise","last_synced_at":"2025-04-16T01:39:26.688Z","repository":{"id":244284958,"uuid":"814796956","full_name":"Swish78/WeatherWise","owner":"Swish78","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-15T18:11:30.000Z","size":14079,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-15T21:23:55.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swish78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-13T18:14:11.000Z","updated_at":"2024-06-15T18:11:33.000Z","dependencies_parsed_at":"2024-06-13T21:23:41.144Z","dependency_job_id":"c42a87f6-43ca-482e-9444-10350b9ba60c","html_url":"https://github.com/Swish78/WeatherWise","commit_stats":null,"previous_names":["swish78/weatherwise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2FWeatherWise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2FWeatherWise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2FWeatherWise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2FWeatherWise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swish78","download_url":"https://codeload.github.com/Swish78/WeatherWise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182795,"owners_count":21226123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-16T01:39:26.187Z","updated_at":"2025-04-16T01:39:26.675Z","avatar_url":"https://github.com/Swish78.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherWise\n\nWeatherWise is a modern weather dashboard application that allows users to search for current weather conditions by city name and manage their favorite cities for quick access to weather updates.\n\n## Features\n\n- **Search for Weather**: Users can search for current weather conditions by city name.\n- **Display Weather Details**: Shows details like temperature, weather condition, humidity, and wind speed.\n- **Add to Favorites**: Users can save favorite cities to quickly view their weather conditions.\n- **Remove from Favorites**: Users can remove cities from their favorites.\n- **Responsive Design**: The application is mobile-friendly.\n\n## Technologies Used\n\n- React\n- JavaScript (ES6+)\n- Tailwind CSS for styling\n- Fetch API for getting weather data from OpenWeatherMap\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm or yarn\n\n### Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/weatherwise.git\n   cd weatherwise\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Get your OpenWeatherMap API key:**\n   Sign up at [OpenWeatherMap](https://openweathermap.org/) to get an API key.\n\n4. **Create a `.env` file in the root directory and add your API key:**\n   ```plaintext\n   REACT_APP_WEATHER_API_KEY=your_api_key_here\n   ```\n\n5. **Start the development server:**\n   ```bash\n   npm start\n   # or\n   yarn start\n   ```\n\n## Usage\n\n1. **Search for Weather:**\n    - Enter a city name in the search bar and press enter or click the search button.\n    - The current weather details for the city will be displayed.\n\n2. **Add to Favorites:**\n    - Click the \"Add to Favorites\" button to save the city to your favorites list.\n    - Favorite cities will be listed under the \"Favorites\" section.\n\n3. **Remove from Favorites:**\n    - Click the \"Remove\" button next to a city in the favorites list to remove it.\n\n\n## Components\n\n- **App.js**: The main component that holds the state and renders child components.\n- **Search.js**: A form to input the city name and trigger the weather search.\n- **WeatherDetails.js**: Displays the weather details of the searched city.\n- **Favorites.js**: Displays a list of favorite cities with their current weather.\n\n## Additional Enhancements\n\n1. **Weather Forecast**: Add a feature to display a 5-day weather forecast for the searched city.\n2. **Geolocation**: Use the Geolocation API to show weather details based on the user's current location.\n3. **Unit Conversion**: Allow users to toggle between Celsius and Fahrenheit.\n4. **Dark Mode**: Implement a dark mode for the application.\n5. **Weather Alerts**: Display weather alerts for severe conditions like storms or heavy rain.\n6. **Background Images**: Change the background image based on the current weather conditions.\n7. **Hourly Forecast**: Include an hourly forecast for the current day.\n8. **Language Support**: Add support for multiple languages.\n9. **Customizable Dashboard**: Allow users to customize the layout and components of the dashboard.\n10. **Save Settings**: Save user settings (like unit preference and dark mode) in local storage.\n\n## Contributing\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\nEnjoy using WeatherWise! 🌤️\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswish78%2Fweatherwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswish78%2Fweatherwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswish78%2Fweatherwise/lists"}