{"id":15099099,"url":"https://github.com/jeddsaliba/angular-rain-check","last_synced_at":"2026-01-07T05:15:21.876Z","repository":{"id":228488768,"uuid":"773797973","full_name":"jeddsaliba/angular-rain-check","owner":"jeddsaliba","description":"The purpose of this project is to showcase an Angular Project with a weather forecast capability.","archived":false,"fork":false,"pushed_at":"2024-04-01T07:16:10.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T17:45:04.101Z","etag":null,"topics":["angular","auth0","bootstrap","geoapify","material","ngrx","openweathermap","xng-breadcrumb"],"latest_commit_sha":null,"homepage":"https://angular-rain-check.vercel.app","language":"TypeScript","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/jeddsaliba.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}},"created_at":"2024-03-18T12:21:40.000Z","updated_at":"2024-03-23T23:27:39.000Z","dependencies_parsed_at":"2024-03-29T03:38:07.079Z","dependency_job_id":null,"html_url":"https://github.com/jeddsaliba/angular-rain-check","commit_stats":null,"previous_names":["jeddsaliba/angular-rain-check"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeddsaliba%2Fangular-rain-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeddsaliba%2Fangular-rain-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeddsaliba%2Fangular-rain-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeddsaliba%2Fangular-rain-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeddsaliba","download_url":"https://codeload.github.com/jeddsaliba/angular-rain-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245855004,"owners_count":20683448,"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":["angular","auth0","bootstrap","geoapify","material","ngrx","openweathermap","xng-breadcrumb"],"created_at":"2024-09-25T17:05:29.111Z","updated_at":"2026-01-07T05:15:16.827Z","avatar_url":"https://github.com/jeddsaliba.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather Forecast\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.12.\n\nThe purpose of this project is to showcase an Angular Project with a weather forecast capability.\n\n## Table of Contents\n[Preview](#preview)\u003cbr/\u003e\n[Dependencies](#dependencies)\u003cbr/\u003e\n[Plugin(s) Used](#plugins-used)\u003cbr/\u003e\n[Installation](#installation)\u003cbr/\u003e\n[Development Server](#development-server)\u003cbr/\u003e\n[Support](#support)\n\n\u003ca name=\"preview\"\u003e\u003c/a\u003e\n## Preview\nHere is a sneak peak of the web application: https://angular-rain-check.vercel.app\n\n\u003ca name=\"dependencies\"\u003e\u003c/a\u003e\n## Dependencies\n- [NodeJS](https://nodejs.org)\n- [Angular CLI](https://angular.io)\n- [Auth0](https://auth0.com)\n  - For Auth0, you may modify the following in your `environment.ts` and `environment.prod.ts`:\n    ```bash\n    auth: {\n      domain: 'AUTH0_DOMAIN',\n      clientId: 'AUTH0_CLIENT_ID'\n    },\n    ```\n- [Geoapify](https://www.geoapify.com)\n  - For Geoapify, you may modify the following in your `environment.ts` and `environment.prod.ts`:\n    ```bash\n    geoapify: {\n      url: 'https://api.geoapify.com/v1',\n      key: 'GEOAPIFY_KEY'\n    }\n    ```\n- [OpenWeather](https://openweathermap.org)\n  - For OpenWeather, you may modify the following in your `environment.ts` and `environment.prod.ts`:\n    ```bash\n    weather: {\n      url: 'https://api.openweathermap.org',\n      key: 'OPEN_WEATHER_KEY',\n      units: `imperial`\n    }\n    ```\n\n\u003ca name=\"plugins-used\"\u003e\u003c/a\u003e\n## Plugin(s) Used\n- [Angular Material](https://material.angular.io)\n- [NGRX](https://ngrx.io)\n- [Bootstrap](https://getbootstrap.com)\n- [Auth0-Angular](https://www.npmjs.com/package/@auth0/auth0-angular)\n- [Geoapify Autocomplete](https://www.npmjs.com/package/@geoapify/geocoder-autocomplete)\n- [title-case](https://www.npmjs.com/package/title-case)\n- [xng-breadcrumb](https://www.npmjs.com/package/xng-breadcrumb)\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n## Installation\nInstall the `node_modules` using `npm`:\n\n```bash\nnpm install\n```\n\n\u003ca name=\"development-server\"\u003e\u003c/a\u003e\n## Development Server\nRun this command:\n\n```bash\nng serve --live-reload false\n```\n\nAfter successfully running the development server, navigate to:\n\n```bash\nhttp://localhost:4200/\n```\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n## Support\nFor support, email jeddsaliba@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeddsaliba%2Fangular-rain-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeddsaliba%2Fangular-rain-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeddsaliba%2Fangular-rain-check/lists"}