{"id":26396040,"url":"https://github.com/mooenz/weather-app-master","last_synced_at":"2026-04-10T12:04:29.137Z","repository":{"id":112642885,"uuid":"493489099","full_name":"Mooenz/weather-app-master","owner":"Mooenz","description":"https://mooenz.github.io/weather-app-master/","archived":false,"fork":false,"pushed_at":"2022-06-08T17:28:14.000Z","size":1577,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:21:27.374Z","etag":null,"topics":["create-react-app","javascript","nodejs","react","styled-components"],"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/Mooenz.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":"2022-05-18T03:02:01.000Z","updated_at":"2023-02-05T21:31:00.000Z","dependencies_parsed_at":"2023-03-09T17:15:20.456Z","dependency_job_id":null,"html_url":"https://github.com/Mooenz/weather-app-master","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mooenz/weather-app-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mooenz%2Fweather-app-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mooenz%2Fweather-app-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mooenz%2Fweather-app-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mooenz%2Fweather-app-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mooenz","download_url":"https://codeload.github.com/Mooenz/weather-app-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mooenz%2Fweather-app-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["create-react-app","javascript","nodejs","react","styled-components"],"created_at":"2025-03-17T11:20:31.956Z","updated_at":"2026-04-10T12:04:29.132Z","avatar_url":"https://github.com/Mooenz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWeather app\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Solution for a challenge from  \u003ca href=\"http://devchallenges.io\" target=\"_blank\"\u003eDevchallenges.io\u003c/a\u003e.\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://mooenz.github.io/weather-app-master/\"\u003e\n      Demo\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://devchallenges.io/solutions/ERQzzMzXrxLzVm8oZs6H\"\u003e\n      Solution\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv\"\u003e\n      Challenge\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Overview](#overview)\n  - [Built With](#built-with)\n- [Features](#features)\n- [How To Use](#how-to-use)\n- [Contact](#contact)\n\n\u003c!-- OVERVIEW --\u003e\n\n## Overview\n\n![screenshot](./mooenz-desktop.jpg)\n![screenshot](./mooenz-mobile.jpg)\n\n### Built With\n\n- [React](https://reactjs.org/)\n- [Styled Components](https://styled-components.com/)\n- [Api Weather](https://openweathermap.org/)\n\n## Features\n\nThis application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv) was to build an application to complete the given user stories.\n\n## How To Use\n\n\u003c!-- Example: --\u003e\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/your-user-name/your-project-name\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start\n```\n\n## Contact\n\n- Website [mooenz.me](https://www.mooenz.me/)\n- GitHub [@mooenz](https://github.com/Mooenz)\n- Twitter [@mooenzdev](https://twitter.com/MooenzDev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmooenz%2Fweather-app-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmooenz%2Fweather-app-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmooenz%2Fweather-app-master/lists"}