{"id":16954974,"url":"https://github.com/praneethravuri/weatherly","last_synced_at":"2026-05-19T19:38:13.398Z","repository":{"id":186595216,"uuid":"675327264","full_name":"praneethravuri/weatherly","owner":"praneethravuri","description":"Weatherly is a user-friendly website that seamlessly integrates with Google Maps to provide you with accurate and up-to-date weather information for any location around the world","archived":false,"fork":false,"pushed_at":"2024-05-17T22:30:30.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T08:25:44.543Z","etag":null,"topics":["geocoding","google-maps","google-maps-api","google-maps-javascript","google-maps-javascript-api","google-maps-vue","javascript","open-weather-api","reverse-geocoding","vue","vuejs","weather"],"latest_commit_sha":null,"homepage":"https://weatherlycloud.netlify.app/","language":"Vue","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/praneethravuri.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":"2023-08-06T14:59:40.000Z","updated_at":"2024-05-17T22:30:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"2093930f-5e16-4dec-936b-951857b00a27","html_url":"https://github.com/praneethravuri/weatherly","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"7c3b3bfb882d537a3752d701aca0ba6c4a882f5a"},"previous_names":["praneethravuri/weatherly"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneethravuri%2Fweatherly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneethravuri%2Fweatherly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneethravuri%2Fweatherly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praneethravuri%2Fweatherly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praneethravuri","download_url":"https://codeload.github.com/praneethravuri/weatherly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795518,"owners_count":20511521,"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":["geocoding","google-maps","google-maps-api","google-maps-javascript","google-maps-javascript-api","google-maps-vue","javascript","open-weather-api","reverse-geocoding","vue","vuejs","weather"],"created_at":"2024-10-13T22:11:00.037Z","updated_at":"2026-05-19T19:38:03.385Z","avatar_url":"https://github.com/praneethravuri.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weatherly - Real-time Local Weather Application\n\n\u003ch3 align=\"center\"\u003e\n\u003cimg alt=\"Alt text\" src=\"https://img.shields.io/badge/Vue.js-4FC08D.svg?style=for-the-badge\u0026logo=vuedotjs\u0026logoColor=white\"/\u003e\n\u003cimg alt=\"Alt text\" src=\"https://img.shields.io/badge/Sass-CC6699.svg?style=for-the-badge\u0026logo=Sass\u0026logoColor=white\"/\u003e\n\u003cimg alt=\"Alt text\" src=\"https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge\u0026logo=JavaScript\u0026logoColor=black\"/\u003e\n\u003cimg alt=\"Alt text\" src=\"https://img.shields.io/badge/GoogleCloud-%234285F4.svg?style=for-the-badge\u0026logo=google-cloud\u0026logoColor=white\"/\u003e\n\n\u003c/h3\u003e\n\nWelcome to Weatherly, a responsive web application designed to deliver real-time, location-specific weather forecasts right to your screen. By integrating Google Maps API with Open Weather API, Weatherly provides users with accurate and up-to-date weather information based on their precise location.\n\n### Features\n\n-   Real-time Weather Data: Access up-to-the-minute weather forecasts tailored to your exact position.\n\n-   Google Maps Integration: Seamlessly find your location and view the weather specifics overlayed on the map.\n\n-   Responsive Design: Whether on desktop, tablet, or mobile, enjoy a fully responsive interface that adapts to your device for optimal viewing.\n\n### Powered by Google Cloud Platform (GCP)\n\nWeatherly harnesses the robust cloud-based solutions and services provided by GCP, ensuring reliable access to application functionalities and API management. Through GCP, we leverage a solid infrastructure that scales and maintains performance excellence.\n\n### Getting Started\n\nTo get started with Weatherly, clone the repository to your local machine and follow the setup instructions below.\n\n\n### Prerequisites\n\nA Google Cloud Platform account with billing enabled. API keys for Google Maps and Open Weather APIs.\n\n### Installation\n\n1. Clone the repository\n\n```\ngit clone https://github.com/praneethravuri/weatherly.git\ncd weatherly\n```\n\n2. Set up your API keys\n\n* Obtain your Google Maps and Open Weather API keys from their respective platforms.\n* Create an .env file in the root directory of the project.\n* Add your API keys to the .env file as follows:\n\n```\nVITE_GOOGLE_MAPS_API_URL='your_google_maps_api_key'\nVITE_OPEN_WEATHER_API_URL='your_open_weather_api_key'\n```\n\n3. Install dependencies\n\n```npm install```\n\n4. Run the application\n\n```npm dev```\n\n### Feedback\n\nAny feedback or suggestions are welcome. Please open an issue in the repository for any queries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneethravuri%2Fweatherly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraneethravuri%2Fweatherly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneethravuri%2Fweatherly/lists"}