{"id":22386893,"url":"https://github.com/codelikeagirl29/weather-app","last_synced_at":"2026-05-09T06:35:10.218Z","repository":{"id":265537506,"uuid":"896216523","full_name":"CodeLikeAGirl29/weather-app","owner":"CodeLikeAGirl29","description":"Responsive weather app - search for your city and find current weather using OpenWeather API 🌩️","archived":false,"fork":false,"pushed_at":"2024-12-10T11:17:57.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T04:07:50.382Z","etag":null,"topics":["css","game","html","javascript","practice-project"],"latest_commit_sha":null,"homepage":"https://openweather-search-api.netlify.app/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeLikeAGirl29.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-29T19:51:51.000Z","updated_at":"2024-12-10T11:18:00.000Z","dependencies_parsed_at":"2025-03-26T20:46:32.932Z","dependency_job_id":"aa3f26f2-80c3-414b-ab30-2ea10fe54c88","html_url":"https://github.com/CodeLikeAGirl29/weather-app","commit_stats":null,"previous_names":["codelikeagirl29/weather-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeLikeAGirl29/weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2Fweather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2Fweather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2Fweather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2Fweather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeLikeAGirl29","download_url":"https://codeload.github.com/CodeLikeAGirl29/weather-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeLikeAGirl29%2Fweather-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","game","html","javascript","practice-project"],"created_at":"2024-12-05T02:07:01.381Z","updated_at":"2026-05-09T06:35:10.199Z","avatar_url":"https://github.com/CodeLikeAGirl29.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather App 🌦️\n\nA sleek and responsive weather application that uses the [OpenWeather API](https://openweathermap.org/api) to fetch real-time weather data based on user input. Built with **HTML**, **CSS**, and **JavaScript**, this project is ideal for users who want a simple yet powerful way to check weather conditions.\n\n\u003e view project [here](https://openweather-search-api.netlify.app/)\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/60697a1d-547a-4df2-a3a7-ed2386fca0c9/deploy-status)](https://app.netlify.com/sites/openweather-search-api/deploys)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/codelikeagirl29/weather-app/badge)](https://www.codefactor.io/repository/github/codelikeagirl29/weather-app)\n\n---\n\n## 🚀 Features\n\n- **Real-Time Weather Data**: Fetch current weather data for any city in the world.\n- **Dynamic UI Updates**: Displays temperature, weather conditions, wind speed, and humidity.\n- **Responsive Design**: Fully optimized for both desktop and mobile devices.\n- **Error Handling**: Displays appropriate error messages for invalid inputs or network issues.\n- **Autocomplete (Optional)**: Incorporates city name suggestions for an enhanced user experience.\n\n---\n\n## 🔧 Technologies Used\n\n- **HTML**: Structuring the web app.\n- **CSS**: Styling and layout.\n- **JavaScript**: Fetching and processing data dynamically.\n- **OpenWeather API**: Providing accurate weather data.\n- (Optional) **Foursquare API**: For city autocomplete suggestions.\n\n---\n\n## 🛠️ Installation\n\nFollow these steps to set up the project locally:\n\n1. Clone this repository to your local machine:\n   ```bash\n   git clone https://github.com/codelikeagirl29/weather-app.git\n   ```\n2. Navigate to the project folder:\n   ```bash\n   cd weather-app\n   ```\n3. Open `index.html` in your preferred browser to run the app.\n\n---\n\n## ⚙️ Configuration\n\n1. **Set up an API Key**:\n   - Sign up at [OpenWeather](https://openweathermap.org/api) to get your API key.\n   - Replace `YOUR_API_KEY` in the JavaScript file with your actual API key:\n\n     ```javascript\n     const response = await fetch(\n       `https://api.openweathermap.org/data/2.5/weather?q=${location}\u0026appid=YOUR_API_KEY\u0026units=imperial`\n     );\n     ```\n\n2. (Optional) If using autocomplete, set up the [Foursquare API](https://developer.foursquare.com/docs) and add its key similarly.\n\n---\n\n## 🖥️ How It Works\n\n1. Users can input a city name in the form field.\n2. The app sends a request to the OpenWeather API and fetches the current weather conditions.\n3. The weather data is processed and displayed on the screen, including:\n   - Location\n   - Temperature (current and feels-like)\n   - Weather condition\n   - Wind speed\n   - Humidity\n4. Handles errors gracefully if the city name is invalid or there are network issues.\n\n---\n\n## 📸 Screenshots\n\n### Desktop View\n![mockup](https://res.cloudinary.com/dhw9dl4gm/image/upload/v1732909708/mockup_uhwptp.jpg)\n\n---\n\n## 🌟 Acknowledgments\n\n- [OpenWeather API](https://openweathermap.org/api) for providing accurate weather data.\n- [FontAwesome](https://fontawesome.com/) for weather icons (if used).\n- [Unsplash](https://unsplash.com/) for any background images (if applicable).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelikeagirl29%2Fweather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelikeagirl29%2Fweather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelikeagirl29%2Fweather-app/lists"}