{"id":21057883,"url":"https://github.com/iitoneloc/cloudyweatherapi","last_synced_at":"2026-04-27T19:33:23.262Z","repository":{"id":92703788,"uuid":"569505614","full_name":"iiTONELOC/cloudyWeatherAPI","owner":"iiTONELOC","description":"CloudyWeatherAPI is a RESTful API  for my personal applications that require weather data. The API is hosted in the cloud using Microsoft's Azure App Services.","archived":false,"fork":false,"pushed_at":"2023-01-08T14:56:10.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T08:24:21.120Z","etag":null,"topics":["asp-net-core","azure","azure-app-service","c-sharp","openweathermap-api","rest-api","visual-studio"],"latest_commit_sha":null,"homepage":"https://cloudyweatherapi.azurewebsites.net","language":"C#","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/iiTONELOC.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":"2022-11-23T01:22:42.000Z","updated_at":"2022-12-11T01:58:51.000Z","dependencies_parsed_at":"2023-04-23T15:17:25.172Z","dependency_job_id":null,"html_url":"https://github.com/iiTONELOC/cloudyWeatherAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iiTONELOC/cloudyWeatherAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiTONELOC%2FcloudyWeatherAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiTONELOC%2FcloudyWeatherAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiTONELOC%2FcloudyWeatherAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiTONELOC%2FcloudyWeatherAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iiTONELOC","download_url":"https://codeload.github.com/iiTONELOC/cloudyWeatherAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiTONELOC%2FcloudyWeatherAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32352397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["asp-net-core","azure","azure-app-service","c-sharp","openweathermap-api","rest-api","visual-studio"],"created_at":"2024-11-19T17:05:32.322Z","updated_at":"2026-04-27T19:33:23.246Z","avatar_url":"https://github.com/iiTONELOC.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudyWeatherAPI\n\n![cloudy weather](./assets/images/cloudy-weather.svg)\n\n![License](https://img.shields.io/github/license/iiTONELOC/cloudyWeatherAPI?style=plastic)\n![languages](https://img.shields.io/github/languages/count/iitoneloc/cloudyWeatherAPI?style=plastic) ![git-hub-top-language](https://img.shields.io/github/languages/top/iiTONELOC/cloudyWeatherAPI?color=darkgreen\u0026label=C%23\u0026style=plastic) [![Hosted-on](https://img.shields.io/badge/Azure%20-App_Services-blue?style=plastic\u0026logo=microsoft-azure)](https://azure.microsoft.com/en-us/pricing/details/app-service/windows/)\n\n## Description\n\n**CloudyWeather** is a _RESTful API_ for my personal applications that require weather data.\n\nWith the sun setting on the Heroku free tier. I have decided to transition some of my projects to Azure. I have a few applications that utilize the OpenWeatherAPI. I decided to take this opportunity to consolidate repetitive code while expanding my knowledge of C# and cloud computing.\n\nEven though a back-end isn't required to interact with the OpenWeatherAPI. I generally interact with the API on the server in the applications that use it; rather than on the client. This allows me to hide API access keys from the clients and to control how often data is fetched from the actual API. I have already repeated similar logic in various applications since prior implementations were monolithic. This project deprecates the existing implementations and they will be refactored to use this implementation.\n\n## Features\n\n**CloudyWeather** is a RESTful API was built using the following:\n\n### Tech-Stack\n\n| Technology                         | Description                | Links                                                                                 |\n| ---------------------------------- | -------------------------- | ------------------------------------------------------------------------------------- |\n| Memory-safe Programming Language   | C#                         | [Why C#](https://dotnet.microsoft.com/en-us/languages/csharp)                         |\n| Development Platform               | Microsoft ASP.NET          | [Web UIs with C#](https://dotnet.microsoft.com/en-us/apps/aspnet)                     |\n| Integrated Development Environment | Visual Studio              | [Visual Studio](https://visualstudio.microsoft.com/)                                  |\n| Cloud Services Provider            | Microsoft Azure            | [Azure Cloud Computing](https://azure.microsoft.com/en-us/)                           |\n| Hosting Service                    | Azure App Service          | [App Service](https://azure.microsoft.com/en-us/pricing/details/app-service/windows/) |\n| REST API                           | Open Weather API - OneCall | [OneCall](https://openweathermap.org/api/one-call-3)                                  |\n| API Testing | Insomnia | [Insomnia Rest](https://insomnia.rest/)|\n\n## Deployment / Usage\n\nCloudyWeather is hosted on [Azure](https://azure.microsoft.com/en-us/) using [App Services](https://azure.microsoft.com/en-us/pricing/details/app-service/windows/) and uses the free tier.\n\nSearches are conducted using latitude and longitude coordinates only\nsince that is what the underlying [OneCall API](https://openweathermap.org/api/one-call-3) uses to fetch data.\n\nCurrently two endpoints exist: `/current` and `/current-full`.\n\nThe `current` endpoint does not return the minutely, hourly or daily forecasts and is a lighter call.\n\nUsing basic query parameters, we can pass the desired coordinates.\nEx:`/current?lat=60.9125\u0026lon=-166.0087`\n\nData is cached for 10 minutes and unique (_doesn't currently exist in cache_) or expired searches are limited to 60 calls per minute.\n\n## Screenshot\n\n![Current-weather](./assets/images/current-weather.png)\n\n## Demo\n\nA demo API can be accessed at [https://cloudyweatherapi.azurewebsites.net](https://cloudyweatherapi.azurewebsites.net)\n\n## Future Improvements\n\nThe API is a functional MVP but doesn't offer a lot of flexibility at the current moment. We could make changes to accept different parameters for the units and language as the defaults cannot currently be overridden. Since this is really for my personal use, I don't have a need to make changes at the current moment, but this is something that could be improved upon in the future.\n\n## How to Contribute\n\nNot accepting contributions for this particular project, but if you wish to collaborate feel free to reach out!\n\n## Contact\n\nIf you have any questions please feel free to email me @ [anthonytropeano@protonmail.com](mailto:anthonytropeano@protonmail.com)\n\n## License\n\nThis project is licensed under the MIT License and a copy can be found here: [View License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiitoneloc%2Fcloudyweatherapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiitoneloc%2Fcloudyweatherapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiitoneloc%2Fcloudyweatherapi/lists"}