{"id":19039799,"url":"https://github.com/shubh2-0/skyscope","last_synced_at":"2025-08-01T08:11:10.526Z","repository":{"id":190350066,"uuid":"682438862","full_name":"Shubh2-0/SkyScope","owner":"Shubh2-0","description":"Introducing SkyScope ☁️🔍: Your Weather Insights Hub. Seamlessly access real-time weather data for cities worldwide. Whether planning trips or staying informed, empower your journey with dual temperature units 🌡️, local time display 🕒, and detailed condition descriptions 🌈. Navigate the elements confidently with SkyScope. 🌞🌧️","archived":false,"fork":false,"pushed_at":"2024-01-18T18:42:04.000Z","size":18565,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T03:31:36.725Z","etag":null,"topics":["github","learning-by-doing","pycharm","pyhton3","weather-api","weather-app"],"latest_commit_sha":null,"homepage":"https://github.com/Shubh2-0/SkyScope/blob/main/images/demo.gif","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/Shubh2-0.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}},"created_at":"2023-08-24T07:04:00.000Z","updated_at":"2023-09-12T13:06:15.000Z","dependencies_parsed_at":"2023-10-01T15:51:10.992Z","dependency_job_id":null,"html_url":"https://github.com/Shubh2-0/SkyScope","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"77cd084dadd5d93fe985f51ea33d3854d2ca51d0"},"previous_names":["shubh2-0/skyscope"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FSkyScope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FSkyScope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FSkyScope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shubh2-0%2FSkyScope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shubh2-0","download_url":"https://codeload.github.com/Shubh2-0/SkyScope/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249357423,"owners_count":21256782,"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":["github","learning-by-doing","pycharm","pyhton3","weather-api","weather-app"],"created_at":"2024-11-08T22:18:54.646Z","updated_at":"2025-04-17T16:32:02.136Z","avatar_url":"https://github.com/Shubh2-0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyScope ☁️🔍\n\nWelcome to SkyScope, your go-to weather information application developed in Python. SkyScope allows you to effortlessly access real-time weather data for cities around the world. Whether you're planning a trip, staying informed about your local weather, or simply curious about meteorological conditions, SkyScope has you covered.\n\n![Gameplay Demo](images/poster.png) \n\n\n## Features and Highlights ✨\n\n- 🌦️ **Real-Time Weather:** Instantly retrieve the current weather details for any city.\n- 🌍 **Global Coverage:** Seamlessly access weather information for cities across the globe.\n- 🌡️ **Temperature in Dual Units:** Get temperature data presented in both Celsius and Fahrenheit.\n- 📅 **Local Time Display:** Find out the local time of the city you're exploring.\n- 🌈 **Detailed Condition Description:** Gain insights into the current weather conditions through descriptive text.\n\n## Getting Started 🚀\n\n1. **Clone the Repository:** Begin by cloning this repository to your local machine:\n\n   ```\n   git clone https://github.com/Shubh2-0/skyscope.git\n\n   ```\n   \n2. **API Key Acquisition:** To utilize SkyScope's weather data, sign up at WeatherAPI to obtain your API key.\n\n3. **Running the Application:** Execute the skyscope.py script to initiate the application:\n\n```\npython app.py\n```\n\nCity Selection: Input the name of the city you'd like to get weather information about.\n\n## Usage Example 🌤️\n\nImagine you're curious about the weather in Paris:\n\n```\nEnter the name of the city: Paris\n```\n\nThe application will promptly provide you with the latest weather insights for Paris.\n\n\n## Demo 🎥\n\nExplore SkyScope in action by watching our engaging demo video! Witness how effortlessly you can retrieve real-time weather information for cities around the world. Whether you're planning a trip or simply curious about meteorological conditions, our demo will showcase the seamless experience that SkyScope offers.\n\n![Demo](images/demo.gif) \n\n## Tools Used 🛠️\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"images/python.png\" width=\"48\" height=\"48\" alt=\"Python\" /\u003e\n      \u003cbr\u003ePython \n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"images/restful.png\" width=\"45\" height=\"45\" alt=\"Github\" /\u003e\n      \u003cbr\u003eWeather API\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"images/PyCharm.png\" width=\"45\" height=\"45\" alt=\"PyCharm\" /\u003e\n      \u003cbr\u003ePyCharm\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"170\"\u003e\n      \u003cimg src=\"images/github.png\" width=\"45\" height=\"45\" alt=\"Github\" /\u003e\n      \u003cbr\u003eGithub\n    \u003c/td\u003e\n  \u003c/tr\u003e\n \n\u003c/table\u003e\n\n\n## Contributions and Feedback 🤝\n\nContributions and feedback are enthusiastically welcomed! Here's how you can contribute:\n\n📌 Fork the Repository: Begin by forking the repository to your GitHub account.\n\n📌 Create a Feature Branch: Craft a new branch for your feature: git checkout -b feature/YourFeatureName.\n\n📌 Commit Your Changes: Commit your changes alongside a descriptive message: git commit -m 'Introducing an exciting feature'.\n\n📌 Push Your Branch: Push your feature branch to your repository: git push origin feature/YourFeatureName.\n\n📌 Open a Pull Request: Submit a pull request for merging your changes.\n\n## Acknowledgments and Credits 🙏\n\nSkyScope effectively leverages the capabilities of the WeatherAPI for obtaining real-time weather data.\n\nWe extend our gratitude to the open-source community for their invaluable contributions.\n\n\n\n## 📬 Contact\n\nIf you want to contact me, you can reach me through below handles.\n\n \u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/shubham-bhati-787319213/\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://skillicons.dev/icons?i=linkedin\" width=\"40px\" alt=\"linkedin\" /\u003e\u003c/a\u003e\u0026emsp;\n  \u003ca title=\"shubhambhati226@gmail.com\" href=\"mailto:shubhambhati226@gmail.com\" target=\"_blank\"\u003e\u003cimg align=\"center\"  src=\"https://cdn-icons-png.flaticon.com/128/888/888853.png\"  width=\"40px\"   alt=\"mail-me\" /\u003e\u003c/a\u003e\u0026emsp;\n  \u003ca href=\"https://wa.me/+916232133187\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://media2.giphy.com/media/Q8I2fYA773h5wmQQcR/giphy.gif\" width=\"40px\"  alt=\"whatsapp-me\" /\u003e\u003c/a\u003e\u0026emsp;\t\n \u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e🚀 🌞 Embrace the skies with SkyScope! Gain meteorological insights, stay informed, and experience weather like never before.\u003c/strong\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubh2-0%2Fskyscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubh2-0%2Fskyscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubh2-0%2Fskyscope/lists"}