{"id":28256514,"url":"https://github.com/treytuscai/weatherapp","last_synced_at":"2026-02-08T21:09:32.180Z","repository":{"id":276000609,"uuid":"927883186","full_name":"treytuscai/WeatherApp","owner":"treytuscai","description":"A simple weather forecasting web app built with Flask, utilizing the OpenWeatherMap API to provide real-time weather updates for cities worldwide.","archived":false,"fork":false,"pushed_at":"2025-03-06T17:56:11.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T17:46:21.957Z","etag":null,"topics":["api","bootstrap","cicd","css","flask","html","javascript","linting","pytest","python"],"latest_commit_sha":null,"homepage":"https://weather-appv-3d0daf77a308.herokuapp.com/","language":"CSS","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/treytuscai.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,"zenodo":null}},"created_at":"2025-02-05T17:44:21.000Z","updated_at":"2025-03-06T17:56:15.000Z","dependencies_parsed_at":"2025-02-05T18:56:54.693Z","dependency_job_id":"3fc77795-0572-4bc4-ae74-1c47ddd925bc","html_url":"https://github.com/treytuscai/WeatherApp","commit_stats":null,"previous_names":["tvtusc25/weatherapp","treytuscai/weatherapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treytuscai/WeatherApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treytuscai%2FWeatherApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treytuscai%2FWeatherApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treytuscai%2FWeatherApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treytuscai%2FWeatherApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treytuscai","download_url":"https://codeload.github.com/treytuscai/WeatherApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treytuscai%2FWeatherApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265506186,"owners_count":23778677,"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":["api","bootstrap","cicd","css","flask","html","javascript","linting","pytest","python"],"created_at":"2025-05-19T22:17:01.538Z","updated_at":"2026-02-08T21:09:32.140Z","avatar_url":"https://github.com/treytuscai.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherApp 🌦️\n\nWelcome to **WeatherApp**, a sleek and simple weather forecasting web application powered by the OpenWeatherMap API! Get up-to-date weather information for any city in the world with a user-friendly interface.\n\n## 🌍 Features\n\n- **Real-time weather updates**: Get the current temperature, weather conditions, and humidity for any city.\n- **City and country validation**: Ensure the city and country inputs are alphanumeric, with the country code strictly limited to two capitalized letters.\n- **Error handling**: Displays informative error messages for incorrect or missing input.\n- **Lightweight and Fast**: Minimalistic design focused on delivering weather information quickly and effectively.\n\n## ⚙️ Tech Stack\n\n- **Flask**: Web framework for building the app.\n- **OpenWeatherMap API**: To fetch real-time weather data.\n- **Heroku**: To host the app and make it accessible online.\n- **HTML/JS/Bootstrap**: For the website's frontend interface.\n\n## 🚀 Getting Started\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/treytuscai/weatherapp.git\n   cd weatherapp\n   ```\n\n2. **Set up a Virtual Environment** (Optional but recommended):\n\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # For macOS/Linux\n   venv\\Scripts\\activate     # For Windows\n   ```\n\n3. **Install Dependencies**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Set Up the OpenWeatherMap API Key**:\n\n   - Go to [OpenWeatherMap](https://openweathermap.org/api) and create an account.\n   - Get your **API Key** and add it to a `.env` file:\n   \n     ```env\n     API_KEY=your_api_key_here\n     ```\n\n5. **Run the Application**:\n\n   ```bash\n   flask run\n   ```\n\n6. **Access the Web Application**:\n\n   Visit `http://127.0.0.1:5000` in your browser to start using the app locally!\n\n## 🌐 Live Demo\n\nCheck out the live version of **WeatherApp** hosted on Heroku:\n\n[WeatherApp on Heroku](https://weather-appv-3d0daf77a308.herokuapp.com/)\n\n## 🧪 Testing\n\nThe project includes unit and functional tests to ensure that everything works smoothly. You can run the tests with:\n\n```bash\npytest\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreytuscai%2Fweatherapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreytuscai%2Fweatherapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreytuscai%2Fweatherapp/lists"}