{"id":21358391,"url":"https://github.com/danzigerrr/weather-application","last_synced_at":"2026-04-30T12:35:13.496Z","repository":{"id":248854027,"uuid":"829502174","full_name":"Danzigerrr/weather-application","owner":"Danzigerrr","description":"A web application that fetches weather by location, built with NestJS","archived":false,"fork":false,"pushed_at":"2024-07-31T09:05:51.000Z","size":615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T04:42:58.547Z","etag":null,"topics":["api","backend","geographic-data","nestjs","nodejs","typescript","weather-app"],"latest_commit_sha":null,"homepage":"https://weather-application-uj94.onrender.com/","language":"HTML","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/Danzigerrr.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-07-16T14:57:38.000Z","updated_at":"2024-07-31T09:17:38.000Z","dependencies_parsed_at":"2024-07-31T10:28:18.367Z","dependency_job_id":null,"html_url":"https://github.com/Danzigerrr/weather-application","commit_stats":null,"previous_names":["danzigerrr/weather-application"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Danzigerrr/weather-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danzigerrr%2Fweather-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danzigerrr%2Fweather-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danzigerrr%2Fweather-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danzigerrr%2Fweather-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danzigerrr","download_url":"https://codeload.github.com/Danzigerrr/weather-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danzigerrr%2Fweather-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["api","backend","geographic-data","nestjs","nodejs","typescript","weather-app"],"created_at":"2024-11-22T05:16:05.496Z","updated_at":"2026-04-30T12:35:13.480Z","avatar_url":"https://github.com/Danzigerrr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.google.com/url?sa=i\u0026url=https%3A%2F%2Fwww.freepik.com%2Fpremium-vector%2Fweather-infographic-line-climate-forecast-banner-with-rain-sunny-cold-day-elements-clouds-sky-moon-icons-precipitation-cloudiness-prediction-vector-meteorology-background_33099939.htm\u0026psig=AOvVaw2MkwMPrTj5Qa60n1F8LWEi\u0026ust=1721297430172000\u0026source=images\u0026cd=vfe\u0026opi=89978449\u0026ved=0CBEQjRxqFwoTCMjzn-HqrYcDFQAAAAAdAAAAABAE\" \ntarget=\"blank\"\u003e\u003cimg src=\"img_1.png\" width=\"500\" alt=\"Weather application Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Weather Application\n\nThis application is a web-based weather service that allows users to \nretrieve weather information based on geographic coordinates. \nIt is built using the [NestJS framework](https://github.com/nestjs/nest), \nwhich provides a robust and scalable structure for server-side applications.\n\nThe application is deployed using Render and can be accessed at https://weather-application-uj94.onrender.com/.\n\n## Features\n- Fetch weather data based on latitude and longitude. \n- Handle various input validations and errors gracefully. \n- Display weather information on user-friendly charts.\n- Display current weather information and forecast for the next days (Temperature, Wind speed, Humidity).\n\n![img.png](img.png)\n\n## Installation\n\n```bash\n$ npm install\n```\n\n## Running the app\nThere are two methods to run the application.\n### Console\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n```\n\n### Docker\nFirst, build the Docker image and add the tag `nestjs-weather-app` to it.\n```bash\ndocker build -t nestjs-weather-app .\n```\nThen, run the Docker container using the following command:\n```bash\ndocker run --rm -p 3000:3000 nestjs-weather-app\n```\nThis will start a container from the image and map port 3000 of the container to port 3000 on your local machine.\nNow you should be able to access the application at http://localhost:3000.\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n```\n\n## Stay in touch\nAuthor - Krzysztof Nazar:\n- [Linkedin](https://www.linkedin.com/in/krzysztofnazar/)\n- [GitHub](https://github.com/Danzigerrr)\n\n\n## License\n\nNest is [MIT licensed](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanzigerrr%2Fweather-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanzigerrr%2Fweather-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanzigerrr%2Fweather-application/lists"}