{"id":12247564,"url":"https://github.com/crh225/angular-github-issues","last_synced_at":"2025-10-22T01:30:34.589Z","repository":{"id":28238525,"uuid":"116507706","full_name":"crh225/angular-github-issues","owner":"crh225","description":"This repository searches github for repositories, issues, and users. It is written in Angular 10 and is using ngrx/store for state.","archived":false,"fork":false,"pushed_at":"2025-01-30T00:36:24.000Z","size":1211053,"stargazers_count":18,"open_issues_count":66,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T01:24:28.315Z","etag":null,"topics":["angular","angular10","angular6","angular7","angular8","angular9","circleci","ngrx","nx-workspace"],"latest_commit_sha":null,"homepage":"https://christopher.house","language":"TypeScript","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/crh225.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2018-01-06T18:55:58.000Z","updated_at":"2023-04-28T06:48:57.000Z","dependencies_parsed_at":"2023-10-12T01:13:53.381Z","dependency_job_id":"6e53d384-cbe0-4d78-8092-187ffc72f12d","html_url":"https://github.com/crh225/angular-github-issues","commit_stats":null,"previous_names":["chris-house/angular-github-issues","crh225/angular-github-issues"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crh225%2Fangular-github-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crh225%2Fangular-github-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crh225%2Fangular-github-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crh225%2Fangular-github-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crh225","download_url":"https://codeload.github.com/crh225/angular-github-issues/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237570886,"owners_count":19331713,"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","angular10","angular6","angular7","angular8","angular9","circleci","ngrx","nx-workspace"],"created_at":"2024-07-08T01:15:03.199Z","updated_at":"2025-10-22T01:30:29.106Z","avatar_url":"https://github.com/crh225.png","language":"TypeScript","readme":"Demo: https://christopher.house \u003cbr\u003e\nChat: https://gitter.im/angular-github-issues/Lobby\n\n\u003ca href=\"https://codeclimate.com/github/crh225/angular-github-issues/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/e17d5ad267ef6f6503c1/maintainability\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/crh225/angular-github-issues/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/e17d5ad267ef6f6503c1/test_coverage\" /\u003e\u003c/a\u003e\n[![CircleCI](https://circleci.com/gh/crh225/angular-github-issues/tree/master.svg?style=shield)](https://circleci.com/gh/crh225/angular-github-issues/tree/master)\n[![Dependency Status](https://david-dm.org/crh225/angular-github-issues.svg)](https://david-dm.org/crh225/angular-github-issues)\n[![devDependencies Status](https://david-dm.org/crh225/angular-github-issues/dev-status.svg)](https://david-dm.org/crh225/angular-github-issues?type=dev)\n![Angular_Version 10](https://img.shields.io/badge/Angular_Version-10-brightgreen.svg)\n[![CodeFactor](https://www.codefactor.io/repository/github/crh225/angular-github-issues/badge)](https://www.codefactor.io/repository/github/crh225/angular-github-issues)\n[![BCH compliance](https://bettercodehub.com/edge/badge/crh225/angular-github-issues?branch=master)](https://bettercodehub.com/)\n# About\nSpanish Docs: https://github.com/crh225/angular-github-issues/tree/master/es\n\nThis repository searches's github for repositories, issues for that repository, and a github user search for angular developers. Once you search for a repository, you can then drill down into each repository and see a list of issues for the past seven days.\n\nThe other main feature is the ability to search for a github user in a particular Location in America. Right now it is defaulted to TN.\n\nCI is set up to run lint,testing, build in aot mode for production, and to deploy to firebase.\n\nThis example show how to use multiple entity's in ngrx. The main search page is now a dashboard of barcharts for each repository. In the works is lazy loaded feature ngrx/stores.\n\nSecure Github API login via Oath 2\n\nFor a live demo: https://christopher.house\n\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Installation of npm packages\n\nRun `npm install`.\n\n## Build\n\nRun `ng build --aot` to build the project in AoT mode instead of JiT. This will allow for faster rendering of your application, Fewer asynchronous requests, Smaller Angular framework download size and to Detect template errors earlier.\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Docker: you can this in dev mode by running yarn dock or docker-compose up -d --build\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrh225%2Fangular-github-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrh225%2Fangular-github-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrh225%2Fangular-github-issues/lists"}