{"id":23488652,"url":"https://github.com/erwanlt/eweather-api","last_synced_at":"2025-04-14T12:08:20.442Z","repository":{"id":103649273,"uuid":"300530827","full_name":"ErwanLT/Eweather-API","owner":"ErwanLT","description":"API to call Eweather","archived":false,"fork":false,"pushed_at":"2021-01-06T09:03:37.000Z","size":3999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:08:17.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/ErwanLT.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":"2020-10-02T07:07:13.000Z","updated_at":"2021-01-06T09:03:40.000Z","dependencies_parsed_at":"2023-05-29T03:15:43.517Z","dependency_job_id":null,"html_url":"https://github.com/ErwanLT/Eweather-API","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FEweather-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FEweather-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FEweather-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FEweather-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErwanLT","download_url":"https://codeload.github.com/ErwanLT/Eweather-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877972,"owners_count":21176244,"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":"2024-12-24T23:13:36.104Z","updated_at":"2025-04-14T12:08:20.403Z","avatar_url":"https://github.com/ErwanLT.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e6d16f1e875f4a3594af137e29465ca4)](https://app.codacy.com/gh/ErwanLT/Eweather-API?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=ErwanLT/Eweather-API\u0026utm_campaign=Badge_Grade)\n[![Build Status](https://travis-ci.com/ErwanLT/Eweather-API.svg?branch=main)](https://travis-ci.com/ErwanLT/Eweather-API)\n[![codecov](https://codecov.io/gh/ErwanLT/Eweather-API/branch/main/graph/badge.svg)](https://codecov.io/gh/ErwanLT/Eweather-API)\n# Eweather-API\nAPI to call Eweather\n\n- swagger-ui : http://localhost:8080/swagger-ui.html\n\n## Use Case\n### Get weather forecast\n\n- methode : GET\n- URL : /eweather/forecast\n- params : location\n- example : /eweather/forecast?location=Paris\n- response :\n```json\n{\n    \"latitude\": 48.8566969,\n    \"longitude\": 2.3514616,\n    \"timezone\": \"Europe/Paris\",\n    \"location\": \"Paris, Île-de-France, France métropolitaine, France\",\n    \"currently\": {\n        \"time\": \"1601631736\",\n        \"summary\": \"Pluie\",\n        \"icon\": \"rain\",\n        \"precipIntensity\": 1.7406,\n        \"precipProbability\": 0.53,\n        \"precipType\": \"rain\",\n        \"temperature\": 12.87,\n        \"apparentTemperature\": 12.87,\n        \"dewPoint\": 10.47,\n        \"humidity\": 0.85,\n        \"windSpeed\": 4.0,\n        \"windBearing\": 158,\n        \"windGust\": 6.43,\n        \"pressure\": 986.0,\n        \"cloudCover\": 0.99,\n        \"ozone\": 311.7,\n        \"visibility\": 11.643,\n        \"nearestStormBearing\": null,\n        \"nearestStormDistance\": null\n    },\n    \"hourly\": {\n        \"summary\": \"Pluie jusqu’à demain matin.\",\n        \"icon\": \"rain\",\n        \"data\": [\n            {\n                \"time\": \"1601629200\",\n                \"summary\": \"Pluie\",\n                \"icon\": \"rain\",\n                \"precipIntensity\": 2.394,\n                \"precipProbability\": 0.65,\n                \"precipType\": \"rain\",\n                \"temperature\": 12.43,\n                \"apparentTemperature\": 12.43,\n                \"dewPoint\": 10.56,\n                \"humidity\": 0.88,\n                \"windSpeed\": 4.66,\n                \"windBearing\": 155,\n                \"windGust\": 7.47,\n                \"pressure\": 985.8,\n                \"cloudCover\": 0.99,\n                \"ozone\": 310.7,\n                \"visibility\": 8.557,\n                \"precipAccumulation\": null\n            }\n        ]\n    },\n    \"daily\": {\n        \"summary\": \"Pluie pendant toute la semaine.\",\n        \"icon\": \"rain\",\n        \"data\": [\n            {\n                \"time\": \"1601589600\",\n                \"summary\": \"Pluie toute la journée.\",\n                \"icon\": \"rain\",\n                \"sunriseTime\": \"1601617980\",\n                \"sunsetTime\": \"1601659680\",\n                \"moonPhase\": 0.53,\n                \"precipIntensity\": 0.8043,\n                \"precipIntensityMax\": 2.731,\n                \"precipProbability\": 0.98,\n                \"precipIntensityMaxTime\": \"1601624220\",\n                \"precipAccumulation\": null,\n                \"precipType\": \"rain\",\n                \"temperatureHigh\": 15.28,\n                \"temperatureHighTime\": \"1601645160\",\n                \"temperatureLow\": 8.69,\n                \"temperatureLowTime\": \"1601704800\",\n                \"apparentTemperatureHigh\": 15.0,\n                \"apparentTemperatureHighTime\": \"1601645160\",\n                \"apparentTemperatureLow\": 7.64,\n                \"apparentTemperatureLowTime\": \"1601704800\",\n                \"temperatureMin\": 10.88,\n                \"temperatureMinTime\": \"1601604420\",\n                \"temperatureMax\": 15.28,\n                \"temperatureMaxTime\": \"1601645160\",\n                \"apparentTemperatureMin\": 11.15,\n                \"apparentTemperatureMinTime\": \"1601604420\",\n                \"apparentTemperatureMax\": 15.0,\n                \"apparentTemperatureMaxTime\": \"1601645160\",\n                \"dewPoint\": 10.16,\n                \"humidity\": 0.85,\n                \"pressure\": 988.8,\n                \"windSpeed\": 4.02,\n                \"windGust\": 15.04,\n                \"windGustTime\": \"1601609580\",\n                \"windBearing\": 146,\n                \"cloudCover\": 0.99,\n                \"uvIndex\": 2,\n                \"uvIndexTime\": \"1601638680\",\n                \"visibility\": 13.398,\n                \"ozone\": 311.8\n            }\n        ]\n    },\n    \"alerts\": [\n        {\n            \"title\": \"Moderate Rain-flood Warning\",\n            \"time\": \"1601611620\",\n            \"expire\": null,\n            \"uri\": \"http://vigilance.meteofrance.com/\"\n        }\n    ]\n}\n```\n- possible error :\n  * Location Error :\n  ```json\n  {\n      \"status\": \"INTERNAL_SERVER_ERROR\",\n      \"timestamp\": \"05-10-2020 09:29:33\",\n      \"message\": \"Une erreur concernant la location est survenue.\",\n      \"debugMessage\": \"exception message\"\n  }\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanlt%2Feweather-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferwanlt%2Feweather-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanlt%2Feweather-api/lists"}