{"id":25509282,"url":"https://github.com/autumnchris/local-weather-app-reactjs","last_synced_at":"2026-02-20T19:31:17.360Z","repository":{"id":64963104,"uuid":"116508840","full_name":"autumnchris/local-weather-app-reactjs","owner":"autumnchris","description":"A front-end web app that uses HTML5 Geolocation and the OpenWeatherMap API to get the user's current weather and forecast. Built with React.js.","archived":false,"fork":false,"pushed_at":"2025-04-01T01:22:31.000Z","size":8700,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T14:17:02.956Z","etag":null,"topics":["ajax","babel","css","freecodecamp","javascript","localstorage","momentjs","openweathermap","openweathermap-api","react","reactjs","sass","scss","weather-app","webpack"],"latest_commit_sha":null,"homepage":"https://autumnchris.github.io/local-weather-app-reactjs","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/autumnchris.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":"2018-01-06T19:13:49.000Z","updated_at":"2025-04-01T01:22:35.000Z","dependencies_parsed_at":"2025-01-09T00:27:56.787Z","dependency_job_id":"67ad8a40-9a1f-4397-b6a2-b3c3437baf4f","html_url":"https://github.com/autumnchris/local-weather-app-reactjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/autumnchris/local-weather-app-reactjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Flocal-weather-app-reactjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Flocal-weather-app-reactjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Flocal-weather-app-reactjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Flocal-weather-app-reactjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autumnchris","download_url":"https://codeload.github.com/autumnchris/local-weather-app-reactjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autumnchris%2Flocal-weather-app-reactjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ajax","babel","css","freecodecamp","javascript","localstorage","momentjs","openweathermap","openweathermap-api","react","reactjs","sass","scss","weather-app","webpack"],"created_at":"2025-02-19T08:54:45.607Z","updated_at":"2026-02-20T19:31:17.323Z","avatar_url":"https://github.com/autumnchris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local Weather App (React.js)\n\nA front-end web app that uses HTML5 Geolocation and the OpenWeatherMap API to get the user's current weather and forecast. Built with React.js.\n\nInspired by both the [Weather App assignment](https://www.theodinproject.com/lessons/node-path-javascript-weather-app) as part of the curriculum for the [JavaScript Course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) on [The Odin Project](https://www.theodinproject.com) as well as the [Show the Local Weather challenge](https://learn.freecodecamp.org/coding-interview-prep/take-home-projects/show-the-local-weather) as part of the curriculum for the [Coding Interview Prep](https://www.freecodecamp.org/learn/coding-interview-prep) on [freeCodeCamp](https://www.freecodecamp.org).\n\n---\n\n## Built With\n* [React.js](https://reactjs.org)\n* [Sass](http://sass-lang.com)\n* JavaScript\n* CSS3\n* HTML5\n* Geolocation API\n* [OpenWeatherMap API](https://openweathermap.org)\n* [GeoDB Cities API](https://rapidapi.com/wirefreethought/api/geodb-cities)\n* AJAX\n* [Axios](https://axios-http.com)\n* [Node.js](https://nodejs.org/en)\n* [Webpack](https://webpack.js.org)\n* [Moment.js](https://momentjs.com)\n* [Weather Icons](https://erikflowers.github.io/weather-icons)\n* LocalStorage\n* [Babel](https://babeljs.io)\n* [Normalize.css](https://necolas.github.io/normalize.css)\n* [Font Awesome](https://fontawesome.com)\n* [Google Fonts](https://fonts.google.com)\n\n## Demo\n\nView project demo at [https://autumnchris.github.io/local-weather-app-reactjs](https://autumnchris.github.io/local-weather-app-reactjs).\n\n## Instructions\n\nAfter forking and cloning, navigate to the repository in your command line and install the NPM packages:\n```\nnpm install\n```\n\nCreate an API key on [OpenWeatherMap](https://openweathermap.org) and create a `.env` file in the root of the repository and add the following variables:\n```\nAPI_KEY=\u003cyour-openweathermap-api-key\u003e\n```\n\nRun the following script in your command line to run the application:\n```\nnpm start\n```\n\nOnce the server is running, go to `http://localhost:8080` in your browser.\n\nBefore committing any changes, run the following script to update your static files for production:\n```\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Flocal-weather-app-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautumnchris%2Flocal-weather-app-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautumnchris%2Flocal-weather-app-reactjs/lists"}