{"id":27213426,"url":"https://github.com/mrkilljoy/test-assignment-weather-azure","last_synced_at":"2026-04-30T02:32:20.574Z","repository":{"id":287042141,"uuid":"958654084","full_name":"mrKilljoy/test-assignment-weather-azure","owner":"mrKilljoy","description":"A project made as a test task for a technical interview.","archived":false,"fork":false,"pushed_at":"2025-04-23T15:39:10.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T16:49:49.624Z","etag":null,"topics":["asp-net-core","azure-functions","mssql","test-task"],"latest_commit_sha":null,"homepage":"","language":"C#","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/mrKilljoy.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":"2025-04-01T14:46:24.000Z","updated_at":"2025-04-23T15:39:15.000Z","dependencies_parsed_at":"2025-04-09T17:56:35.645Z","dependency_job_id":null,"html_url":"https://github.com/mrKilljoy/test-assignment-weather-azure","commit_stats":null,"previous_names":["mrkilljoy/test-assignment-weather-azure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrKilljoy/test-assignment-weather-azure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKilljoy%2Ftest-assignment-weather-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKilljoy%2Ftest-assignment-weather-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKilljoy%2Ftest-assignment-weather-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKilljoy%2Ftest-assignment-weather-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrKilljoy","download_url":"https://codeload.github.com/mrKilljoy/test-assignment-weather-azure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrKilljoy%2Ftest-assignment-weather-azure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262473782,"owners_count":23316888,"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":["asp-net-core","azure-functions","mssql","test-task"],"created_at":"2025-04-10T02:41:18.162Z","updated_at":"2026-04-30T02:32:20.531Z","avatar_url":"https://github.com/mrKilljoy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛅ Assignment.AzureWeather ☔\nA solution that includes a couple independent services: a service with Azure Functions (_Assignment.AzureWeather.Function_) and a web API (_Assignment.AzureWeather.Api_). Additionally, the frontend app is located in UI/weather_app folder.\n\n**Notes:**\n* Default backend URL: https://localhost:7184 (can be changed)\n* Default frontend URL: http://localhost:3000 (can be changed)\n* Backend uses the persistence layer based on MSSQL and EF core, so an initial migration is required before using the service\n* Both services should be configured before first use\n* By default, the available API (`api/weather`) returns all existing weather entries. However, it is possible to limit the resulting set by using `from` and `to` query parameters and specifying initial values (the suggested date format is 'YYYY-mm-DD')\n\nAn example of test configuration for _Assignment.AzureWeather.Function_:\n\n    \"IsEncrypted\": false,\n        \"Values\": {\n            \"AzureWebJobsStorage\": \"UseDevelopmentStorage=true\",\n            \"FUNCTIONS_WORKER_RUNTIME\": \"dotnet-isolated\",\n            \"WeatherService:Units\": \"metric\",\n            \"WeatherService:ApiKey\": \"api_key\",\n            \"WeatherService:ServiceUrl\": \"https://api.openweathermap.org\",\n            \"WeatherDataCityName\": \"Melbourne\"\n        }\n        \n\nAn example of test configuration for _Assignment.AzureWeather.Api_:\n\n    {\n      \"ConnectionStrings\": {\n        \"WeatherDb\": \"\u003cconnection-string\u003e\"\n      },\n      \"FrontUrl\": \"http://localhost:3000\",\n      \"WeatherService\": {\n        \"Units\": \"metric\",\n        \"ApiKey\": \"api_key\",\n        \"ServiceUrl\": \"https://api.openweathermap.org\"\n      },\n      \"WeatherWorker\": {\n        \"Locations\": [\n          \"Stockholm, SE\",\n          \"Gothenburg, SE\",\n          \"Oslo, NO\",\n          \"Bergen, NO\",\n          \"Copenhagen, DK\",\n          \"Frederikssund, DK\"\n        ],\n        \"IntervalSeconds\": 60\n      }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkilljoy%2Ftest-assignment-weather-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrkilljoy%2Ftest-assignment-weather-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkilljoy%2Ftest-assignment-weather-azure/lists"}