{"id":19681565,"url":"https://github.com/jonanv/gameofyear-angularjs","last_synced_at":"2026-04-11T02:01:53.845Z","repository":{"id":100496730,"uuid":"353824536","full_name":"jonanv/gameofyear-angularjs","owner":"jonanv","description":"Game of year in Angular with graphics","archived":false,"fork":false,"pushed_at":"2021-04-03T06:20:58.000Z","size":1124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T07:16:19.561Z","etag":null,"topics":["angular","angular-fire","angular-firestore","angularjs","bootstrap","bootstrap4","css","css3","firebase","firebase-database","html","html5","javascript","ng-module","ngx-chat"],"latest_commit_sha":null,"homepage":"","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/jonanv.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-04-01T20:55:37.000Z","updated_at":"2021-04-03T06:21:00.000Z","dependencies_parsed_at":"2023-05-15T10:15:24.841Z","dependency_job_id":null,"html_url":"https://github.com/jonanv/gameofyear-angularjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fgameofyear-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fgameofyear-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fgameofyear-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fgameofyear-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonanv","download_url":"https://codeload.github.com/jonanv/gameofyear-angularjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fgameofyear-angularjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259191816,"owners_count":22819393,"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","angular-fire","angular-firestore","angularjs","bootstrap","bootstrap4","css","css3","firebase","firebase-database","html","html5","javascript","ng-module","ngx-chat"],"created_at":"2024-11-11T18:08:13.407Z","updated_at":"2026-04-11T02:01:53.746Z","avatar_url":"https://github.com/jonanv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/bF1WkFW.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\n[![NPM Version][npm-badge]][npm-url]\n[![Node JS][node-badge]][node-url]\n[![Angular JS][angular-badge]][angular-url]\n[![License][license-badge]][license-url]\n\n# Site\n![gameofyear angularjs](https://i.imgur.com/6gs6GWZ.png)\n![gameofyear angularjs 2](https://i.imgur.com/OZaGJBq.png)\n\n# Install dependences\nin ```gameofyear-angularjs/```\n\n```bash\nnpm install\n```\nor\n```bash\nyarn install\n```\n\n***\n\n# GameofyearAngularjs\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.\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## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\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## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n\n***\n# Create component without .spec (--skip-tests)\n```javascript\nng generate component pages/home --skip-tests\n```\nor\n```javascript\nng g c pages/home --skip-tests\n```\n\n# Create module in folder components (--flat (--flat\tCreate the new files at the top level of the current project root.))\n```javascript\nng generate module components/components --flat \n```\nor\n```javascript\nng g m components/components --flat\n```\n\n# Create service without file .spec (--skip-tests)\n```javascript\nng generate service services/game --skip-tests\n```\nor\n```javascript\nng g s services/game --skip-tests\n```\n\n# Create interface (add at file name '.interface.ts')\n```javascript\nng generate interface interfaces/game\n```\nor\n```javascript\nng g i interfaces/game  \n``` \n\n# Server local\ninstall global ```sudo npm i -g http-server```\n\ndeploy in ```/gameofyear-angularjs/dist/gameofyear-angularjs/```\n\n```javascript\nhttp-server\n```\nor\n```javascript\nhttp-server -o\n```\n\n[npm-badge]: https://img.shields.io/badge/npm-v7.7.6-brightgreen\n[npm-url]: https://www.npmjs.com\n[node-badge]: https://img.shields.io/badge/nodejs-v14.16.0-brightgreen\n[node-url]: https://nodejs.org/download/release/v12.16.1/\n[angular-badge]: https://img.shields.io/badge/angular--CLI-v11.2.4-brightgreen\n[angular-url]: https://angular.io/cli/\n[license-badge]: https://img.shields.io/badge/license-MIT-green.svg\n[license-url]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonanv%2Fgameofyear-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonanv%2Fgameofyear-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonanv%2Fgameofyear-angularjs/lists"}