{"id":19518335,"url":"https://github.com/colinwu0403/tdmweatherapi","last_synced_at":"2025-02-26T00:14:09.194Z","repository":{"id":260525588,"uuid":"879775554","full_name":"ColinWu0403/TDMWeatherAPI","owner":"ColinWu0403","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-11T15:28:59.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T03:54:33.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ColinWu0403.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-10-28T14:26:37.000Z","updated_at":"2024-11-11T15:29:03.000Z","dependencies_parsed_at":"2024-10-31T20:29:29.962Z","dependency_job_id":"4c476f2e-4a22-4198-8a33-a77a4810d06e","html_url":"https://github.com/ColinWu0403/TDMWeatherAPI","commit_stats":null,"previous_names":["colinwu0403/tdmweatherapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinWu0403%2FTDMWeatherAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinWu0403%2FTDMWeatherAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinWu0403%2FTDMWeatherAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinWu0403%2FTDMWeatherAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColinWu0403","download_url":"https://codeload.github.com/ColinWu0403/TDMWeatherAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766607,"owners_count":19854119,"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-11-11T00:11:07.651Z","updated_at":"2025-02-26T00:14:08.974Z","avatar_url":"https://github.com/ColinWu0403.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather APIs with Django Rest Framework\n\n## API Routes:\n\n**All routes return JSON from the corresponding API**\n\nGets weather data using weatherAPI based on the location, where location can be the name of the city, ZIP code, or coordinates\n\n```\napi/weather/current/\u003cstr:location\u003e/\n```\n\nGets forecast data using weatherAPI\n\n```\napi/weather/forecast/\u003cstr:location\u003e,\u003cstr:days\u003e/\n```\n\nGets historical data using weatherAPI (currenly doesn't work, requires paid API key :( )\n\n```\napi/weather/history/\u003cstr:location\u003e,\u003cstr:dt\u003e/\n```\n\nGets daily forecast data using NWS API based on the location\n\n```\napi/nws/forecast/\u003cstr:location\u003e/\n```\n\nGets hourly forecast data using NWS API based on the location\n\n```\napi/nws/forecastHourly/\u003cstr:location\u003e/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwu0403%2Ftdmweatherapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinwu0403%2Ftdmweatherapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwu0403%2Ftdmweatherapi/lists"}