{"id":29152878,"url":"https://github.com/ruben-rdez/openweathermap","last_synced_at":"2026-04-14T19:31:52.223Z","repository":{"id":302162490,"uuid":"1009167993","full_name":"ruben-rdez/openweathermap","owner":"ruben-rdez","description":"An API to check the weather around the world","archived":false,"fork":false,"pushed_at":"2025-06-30T22:08:19.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T23:19:48.734Z","etag":null,"topics":["aws-eb","ci-cd","git","github","github-actions","java","lombok","maven","restapi","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ruben-rdez.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,"zenodo":null}},"created_at":"2025-06-26T17:27:11.000Z","updated_at":"2025-06-30T22:17:20.000Z","dependencies_parsed_at":"2025-06-30T23:19:55.842Z","dependency_job_id":"1b5e0a19-ec81-43aa-981d-e939a68e7506","html_url":"https://github.com/ruben-rdez/openweathermap","commit_stats":null,"previous_names":["ruben-rdez/openweathermap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruben-rdez/openweathermap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fopenweathermap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fopenweathermap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fopenweathermap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fopenweathermap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruben-rdez","download_url":"https://codeload.github.com/ruben-rdez/openweathermap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fopenweathermap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws-eb","ci-cd","git","github","github-actions","java","lombok","maven","restapi","springboot"],"created_at":"2025-07-01T01:03:21.139Z","updated_at":"2026-04-14T19:31:52.207Z","avatar_url":"https://github.com/ruben-rdez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenWeatherMap API Spring Boot Application\n\nThis is a Spring Boot application that provides a RESTful API to fetch weather information using the OpenWeatherMap API.\n\n## Features\n\n- Fetch current weather data by city name\n- RESTful API endpoints\n- Spring Boot 3.5.3 implementation\n- Easy configuration through application properties\n\n## Prerequisites\n\n- Java 17 or higher\n- Maven 3.6 or higher\n- OpenWeatherMap API key\n\n## Configuration\n\n1. Clone the repository\n2. Update `src/main/resources/application.properties` with your OpenWeatherMap API key:\n   ```properties\n   openweathermap.api.key=YOUR_API_KEY\n   ```\n\n## Building the Application\n\nTo build the application, run:\n\n```bash\nmvn clean install\n```\n\n## Running the Application\n\nTo start the application, run:\n\n```bash\nmvn spring-boot:run\n```\n\nThe application will start on the default port 8080.\n\n## API Endpoints\n\n### Get Weather by City\n\n```\nGET /weather/{city}\n```\n\nExample:\n```\nGET /weather/London\n```\n\nResponse:\n```json\n{\n    \"weather information will be returned here\"\n}\n```\n\n## Project Structure\n\n```\nsrc/\n├── main/\n│   ├── java/\n│   │   └── com/\n│   │       └── openweathermap/\n│   │           ├── controller/\n│   │           │   └── WeatherController.java\n│   │           ├── model/\n│   │           │   └── WeatherResponse.java\n│   │           ├── service/\n│   │           │   └── WeatherService.java\n│   │           └── OpenweathermapApplication.java\n│   └── resources/\n│       └── application.properties\n└── test/\n    └── java/\n        └── com/\n            └── openweathermap/\n                └── OpenweathermapApplicationTests.java\n```\n\n## Technologies Used\n\n- Spring Boot 3.5.3\n- Spring Web\n- Maven\n- OpenWeatherMap API\n\n## License\n\nThis project is available under the [insert license] license.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fopenweathermap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruben-rdez%2Fopenweathermap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fopenweathermap/lists"}