{"id":18896739,"url":"https://github.com/yosephdev/weather-app","last_synced_at":"2026-05-08T04:49:13.693Z","repository":{"id":142883811,"uuid":"394557461","full_name":"yosephdev/weather-app","owner":"yosephdev","description":"This is an updated version of my weather app, where I only had a simple React Weather App. It fetches city's coordinates from MapBox API and get forecasting data from OpenWeatherMap API based on coordinates.","archived":false,"fork":false,"pushed_at":"2022-06-27T16:01:09.000Z","size":1514,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-24T07:39:22.678Z","etag":null,"topics":["css","html","javascript","react"],"latest_commit_sha":null,"homepage":"https://weather-ahzjwodly-isakbet.vercel.app","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/yosephdev.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":"2021-08-10T07:05:28.000Z","updated_at":"2023-09-04T14:19:04.000Z","dependencies_parsed_at":"2023-04-01T13:49:35.481Z","dependency_job_id":null,"html_url":"https://github.com/yosephdev/weather-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yosephdev/weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fweather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fweather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fweather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fweather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosephdev","download_url":"https://codeload.github.com/yosephdev/weather-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fweather-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32767591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["css","html","javascript","react"],"created_at":"2024-11-08T08:35:15.709Z","updated_at":"2026-05-08T04:49:13.660Z","avatar_url":"https://github.com/yosephdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Weather App\n\nA Weather App made with React :cloud:\n\n\u003cimg src = \"./src/assets/desktop-preview.png\" width = \"500\" alt=\"App Preview\" /\u003e\n\n\u003c/div\u003e\n\n# Description\n\nThis project was made using [`React`](https://github.com/facebook/react) and [`styled-components`](https://github.com/styled-components/styled-components).\n\nThe forecasting is made using 2 different APIs:\n\n- [`Mapbox`](https://docs.mapbox.com/api/overview/) - To obtain city's coordinates.\n\n- [`OpenWeatherMap`](https://openweathermap.org/api) - To get forecasting based on coordinates.\n\n\n# Setup\n\nYou need to setup `.env` file with the APIs keys as `Environment Variables` to make this project work.\n\nEnvironment Variables are a little different to config when working with [`React`](https://github.com/facebook/react).\n\nReading the `Create React App` docs section about [Adding Custom Environment Variables](https://create-react-app.dev/docs/adding-custom-environment-variables/), you find this:\n```\nYou must create custom environment variables beginning with REACT_APP_. Changing any environment variables will require you to restart the development server if it is running.\n```\n\nexample:\n```\nREACT_APP_MAP_TOKEN=YOUR_TOKEN_HERE\nREACT_APP_YOUR_API_KEY_NAME=your_api_key HERE\n```\n\nThen, you can access this variable with `process.env` object:\n\n```javascript\nprocess.env.REACT_APP_MAP_TOKEN\n\n## Disclaimer\n\n`WARNING`: Do not store any secrets (such as private API keys) in your React app!\n\nEnvironment variables are embedded into the build, meaning anyone can view them by inspecting your app's files.\n\n# Features\n\n- Get Weather Forecast from any city;\n- The Background Image changes by current user dateTime;\n\n![alt text](https://../src/assets/blue.jpg?raw=true)\n![alt text](https://../src/assets/green.jpg?raw=true)\n![alt text](https://../src/assets/orange.jpg?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosephdev%2Fweather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosephdev%2Fweather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosephdev%2Fweather-app/lists"}