{"id":26604804,"url":"https://github.com/mohit0233/weatherapp","last_synced_at":"2026-04-24T12:31:48.024Z","repository":{"id":120122893,"uuid":"296709451","full_name":"Mohit0233/WeatherApp","owner":"Mohit0233","description":"Weather App - An app made with Kotlin (following MVVM architectural pattern) which gets weather data from https://api.openweathermap.org/ using Retrofit2","archived":false,"fork":false,"pushed_at":"2021-01-21T11:06:43.000Z","size":1222,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T03:05:06.554Z","etag":null,"topics":["android","kotlin","retrofit2","viewbinding","viewmodel-livedata"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Mohit0233.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,"zenodo":null}},"created_at":"2020-09-18T19:13:41.000Z","updated_at":"2021-01-21T11:06:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e440117-7450-46df-96d0-f1bdfb994792","html_url":"https://github.com/Mohit0233/WeatherApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohit0233/WeatherApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit0233%2FWeatherApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit0233%2FWeatherApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit0233%2FWeatherApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit0233%2FWeatherApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohit0233","download_url":"https://codeload.github.com/Mohit0233/WeatherApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit0233%2FWeatherApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["android","kotlin","retrofit2","viewbinding","viewmodel-livedata"],"created_at":"2025-03-23T20:17:00.595Z","updated_at":"2026-04-24T12:31:48.009Z","avatar_url":"https://github.com/Mohit0233.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherApp\nAn app made with kotlin using \n\u003e- ViewModel\n\u003e- LiveData\n\u003e- Coroutines\n\u003e- Retrofit2\n\n## Output\n\n\n### Home Fragment\n\n\u003cimg align=\"left\" src=\"https://raw.githubusercontent.com/Mohit0233/WeatherApp/master/Output/Home.jpg\" width=\"218px\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n          \u003cbr\u003e\n    \u003cp align=\"center\"\u003e\n        This is the HomeFragment Nav Tab which shows up when the app starts after splash\u003cbr\u003e\n         Screen. It uses location to get weather data from weather api and then show data\u003cbr\u003e\n          in the layout\u003cbr\u003e      \n    \u003c/p\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n---\n\n### Dashboard fragment\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/Mohit0233/WeatherApp/master/Output/Dashboard.jpg\" width=\"218px\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cp align=\"center\"\u003e\n        In Dashboard fragment,there is a map fragment as shown in pic which is used\u003cbr\u003e\n        to get location.When user click at any place in google map then we get a \u003cbr\u003e\n        location.This location can be use to get data from the weather api through\u003cbr\u003e\n         retrofit2.Then the weather data we get is shown by bottom sheet\u003cbr\u003e\n    \u003c/p\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit0233%2Fweatherapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohit0233%2Fweatherapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit0233%2Fweatherapp/lists"}