{"id":29452646,"url":"https://github.com/sathvik1607/weathersphereapp","last_synced_at":"2026-04-09T10:39:32.612Z","repository":{"id":295562240,"uuid":"990000361","full_name":"sathvik1607/WeatherSphereApp","owner":"sathvik1607","description":"Front_end part consisting of Javascript(React Native) and back_end part consisting of Python(flask api)","archived":false,"fork":false,"pushed_at":"2025-05-30T13:37:17.000Z","size":417,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T22:13:23.880Z","etag":null,"topics":["api-rest","flask","python","reactnative","vitejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sathvik1607.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":"2025-05-25T09:43:05.000Z","updated_at":"2025-05-30T13:38:26.000Z","dependencies_parsed_at":"2025-05-26T08:19:23.606Z","dependency_job_id":null,"html_url":"https://github.com/sathvik1607/WeatherSphereApp","commit_stats":null,"previous_names":["sathvik1607/weathersphereapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sathvik1607/WeatherSphereApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sathvik1607%2FWeatherSphereApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sathvik1607%2FWeatherSphereApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sathvik1607%2FWeatherSphereApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sathvik1607%2FWeatherSphereApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sathvik1607","download_url":"https://codeload.github.com/sathvik1607/WeatherSphereApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sathvik1607%2FWeatherSphereApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267285734,"owners_count":24064218,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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-rest","flask","python","reactnative","vitejs"],"created_at":"2025-07-13T22:10:05.638Z","updated_at":"2026-04-09T10:39:32.560Z","avatar_url":"https://github.com/sathvik1607.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n---\n\n```markdown\n# 🌦️ WeatherSphere – Weather Forecast \u0026 Alerts App\n\nGitHub Repo: [https://github.com/sathvik1607/WeatherSphereApp.git](https://github.com/sathvik1607/WeatherSphereApp.git)\n\nWeatherSphere is a cross-platform mobile application powered by **React Native** (frontend) and **Flask** (backend).\nIt provides real-time weather updates, forecasts, and personalized alerts using the **Visual Crossing API**.\n The backend supports ML integrations and alert management.\n\n---\n\n## 📁 Project Structure\n\n```'\n\nWeatherSphereApp/\n├── assets/\n│   └── screenshot.png\n├── flask/                      # Flask backend\n│   ├── app.py\n│   ├── model.py\n│   ├── requirements.txt\n│   ├── instruction.txt\n│   └── tempCodeRunnerFile.py\n├── src/                        # React Native source\n│   └── components/\n│       ├── AirQuality.js\n│       ├── CitySelector.js\n│       ├── CurrentTemperature.js\n│       ├── DailyForecast.js\n│       ├── Feelslike.js\n│       ├── HourlyForecast.js\n│       ├── Humidity.js\n│       ├── Precipitation.js\n│       ├── Pressure.js\n│       ├── Sunrise.js\n│       ├── Sunset.js\n│       ├── WeatherNotification.js\n│       └── WindSpeed.js\n├── App.js\n├── app.json\n├── babel.config.js\n├── eas.json\n├── package.json\n├── package-lock.json\n├── .gitignore\n└── README.md\n\n````\n\n---\n\n## 🚀 Features\n\n### ✅ Frontend (React Native)\n\n- 🔍 City Search \u0026 Selection\n- 🌡️ Real-time Weather Conditions\n- 🕒 Hourly and 📅 Daily Forecasts\n- 💧 Humidity, Wind, Pressure, Feels Like, AQI, Sunrise/Sunset\n- ⚠️ In-App Weather Alerts and Animated Notifications\n\n### ✅ Backend (Flask)\n\n- 📡 Weather Data Fetching from Visual Crossing\n- 🧠 (Planned) LSTM-based Forecasting\n- 📬 Personalized Alert Triggers via Rules\n\n---\n\n## 🔧 Getting Started\n\n### 🔹 1. Clone the Repository\n\n```bash\ngit clone https://github.com/sathvik1607/WeatherSphereApp.git\ncd WeatherSphereApp\n````\n\n### 🔹 2. Run the React Native Frontend\n\n```bash\nnpm install\nnpx expo start\n```\n\n### 🔹 3. Run the Flask Backend\n\n```bash\ncd flask\npip install -r requirements.txt\npython app.py\n```\n\n---\n\n## 🔑 API Key (Visual Crossing)\n\nUpdate the API key in your React Native frontend (likely in a config file or component):\n\n```js\nconst API_KEY = \"your_visual_crossing_api_key\";\n```\n\nYou can get a free API key from [Visual Crossing](https://www.visualcrossing.com/).\n\n---\n\n## 🖼️ Screenshots\n\n| Home Screen                    | \n| ------------------------------ | \n| ![Home](assets/home.png) \n\n---\n\n## 🔮 Future Enhancements\n\n* 📍 GPS-based Weather Updates\n* 🔔 Push/Email Notifications\n* 📊 ML-based Weather Trends with LSTM\n* 🌘 Dark Mode Support\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsathvik1607%2Fweathersphereapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsathvik1607%2Fweathersphereapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsathvik1607%2Fweathersphereapp/lists"}