{"id":20972246,"url":"https://github.com/subramanyaks/weather-app","last_synced_at":"2025-05-14T11:34:06.464Z","repository":{"id":151842750,"uuid":"543161609","full_name":"SubramanyaKS/Weather-app","owner":"SubramanyaKS","description":"⛈A simple and responsive Weather Application using openweathermap API build with react js which gives  current weather details of the cities across the world.","archived":false,"fork":false,"pushed_at":"2025-02-09T05:54:17.000Z","size":3004,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T17:52:53.911Z","etag":null,"topics":["node","nodejs","openweathermap-api","react","react-hooks","react-weather-app","react-weather-application","reactjs","weather","weather-api","weather-app"],"latest_commit_sha":null,"homepage":"https://subramanyaks.github.io/Weather-app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SubramanyaKS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2022-09-29T14:16:51.000Z","updated_at":"2025-03-13T09:44:20.000Z","dependencies_parsed_at":"2023-05-12T05:30:15.022Z","dependency_job_id":"776d164f-ed7c-4bd2-8831-1a9e3cf2a584","html_url":"https://github.com/SubramanyaKS/Weather-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FWeather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FWeather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FWeather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FWeather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SubramanyaKS","download_url":"https://codeload.github.com/SubramanyaKS/Weather-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254131975,"owners_count":22020057,"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":["node","nodejs","openweathermap-api","react","react-hooks","react-weather-app","react-weather-application","reactjs","weather","weather-api","weather-app"],"created_at":"2024-11-19T04:06:59.610Z","updated_at":"2025-05-14T11:34:06.089Z","avatar_url":"https://github.com/SubramanyaKS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛈ Weather App\n\n\nA simple weather app built with React.js and utilizes the OpenWeatherMap API to fetch and display weather information for a given location.\n\n#### API\n\nThe Application Programming Interface is a set of rules and regulations and standards that allows software programs to interact with each other. It acts as a middleman between two applications, allowing them to exchange data and information\n\n\n## Features\n\n- The application features a robust search functionality for user-friendly access.\n- Ensuring a seamless experience, the UI is responsive and adapts to various devices and screen sizes.\n- Users can expect precise and reliable results when utilizing the search feature.\n- Current weather conditions, encompassing temperature, humidity, wind speed, and a detailed weather description, are prominently displayed.\n- The application efficiently retrieves weather data by either detecting the user's location or accepting a manually entered city name.\n- In beta stage, the voice search option provides an innovative and hands-free alternative for user interaction.\n\n## Technology Used\n\n* ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n* ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n* OpenWeathermap API\n* ![VS Code](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge\u0026logo=visual%20studio%20code\u0026logoColor=white)\n\n\n## API Details\n\nthe details used from the `openweathermap API` is follows:\n\n1. `id` City ID.\n2. `name` City name.\n3. `sys.country` Country code (GB, JP etc.)\n4. `main.temp` Temperature. Unit Default: Kelvin, Metric: Celsius, Imperial: Fahrenheit.\n5. `main.feels_like` Temperature. This temperature parameter accounts for the human perception of weather. Unit Default: Kelvin, Metric: Celsius, Imperial: Fahrenheit.\n6. `main.pressure` Atmospheric pressure (on the sea level, if there is no sea_level or grnd_level data), hPa\n7. `main.humidity` Humidity, %\n8. `main.temp_min` Minimum temperature at the moment. This is minimal currently observed temperature (within large megalopolises and urban areas). Unit Default: Kelvin, Metric: Celsius, Imperial: Fahrenheit.\n9. `main.temp_max` Maximum temperature at the moment. This is maximal currently observed temperature (within large megalopolises and urban areas). Unit Default: Kelvin, Metric: Celsius, Imperial: Fahrenheit.\n10. `coord.lon` City geo location, longitude.\n11. `coord.lat` City geo location, latitude.\n12. `weather.description` Weather condition within the group. You can get the output in your language.\n13. `weather.icon` Weather icon id\n\n\n## Pre Requisite\n* Install ![git](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n* Installation of [![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/en/) is mandatory with ![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge\u0026logo=npm\u0026logoColor=white)\n* Login in to [Openweathermap](https://openweathermap.org/api) api website to get your `API key`\n\n\n## Run and Setup\n\n1. Fork the Project and clone Repository using git clone\n\n```\ngit clone https://github.com/SubramanyaKS/Weather-app.git\n```\n2. Navigate to the project directory:\n\n```\ncd Weather-app\n```\n3.  Install all dependency in package.json\n\n```\nnpm install\n```\n4.  Obtain an API key from OpenWeatherMap:\n\n      Visit the OpenWeatherMap website and sign up for an account.After signing in, go to your account dashboard and generate an API key.\n\n5.  Create a .env file in the root directory of the project and add your API key:\n\n```\nREACT_APP_API_KEY=\u003cYour openwearhermap API Key\u003e\n```\n\n6.  Start the development server using command:\n\n```\nnpm start\n```\n\n7. Open your browser and navigate to `http://localhost:3000` to see the app running.\n\n## Contribution\n\nWe welcome contributions! If you'd like to contribute to Weather-app, please follow our [Contribution Guidelines](https://github.com/SubramanyaKS/Weather-app/blob/main/CONTRIBUTING.md).\n\n\n## Deploy\n\nWeather App is live and ready for you to explore! Visit [WeatherApp](https://subramanyaks.github.io/Weather-app/)\n\n\n## Author\n\n[Subramanya K S](https://subramanyaks.github.io/)\n\n\u003c!--Licence--\u003e\n## LICENSE\n\nThis project is distributed under MIT License read `LICENSE` file for more details .\n\n\n## Credits\n\n[Openweathermap API](https://openweathermap.org/api)\n\n[Fontawesome Icons](https://fontawesome.com/v6/icons)\n\n\nIf you like the project 🌟 the repository.\n\nThank you with ❤ Subramanya KS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Fweather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubramanyaks%2Fweather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Fweather-app/lists"}