{"id":19681560,"url":"https://github.com/jonanv/heroes-angularjs","last_synced_at":"2026-04-05T22:33:34.594Z","repository":{"id":38569866,"uuid":"255743605","full_name":"jonanv/heroes-angularjs","owner":"jonanv","description":"CRUD with AngularJS and Firebase","archived":false,"fork":false,"pushed_at":"2023-07-11T06:29:11.000Z","size":1530,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T07:16:17.590Z","etag":null,"topics":["angularjs","crud","css","css3","firebase","html","html5","javascript"],"latest_commit_sha":null,"homepage":"https://jonanv.github.io/heroes-angularjs/","language":"CSS","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":"2020-04-14T22:38:14.000Z","updated_at":"2021-04-03T15:43:19.000Z","dependencies_parsed_at":"2025-01-10T05:48:14.284Z","dependency_job_id":null,"html_url":"https://github.com/jonanv/heroes-angularjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonanv/heroes-angularjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fheroes-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fheroes-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fheroes-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fheroes-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonanv","download_url":"https://codeload.github.com/jonanv/heroes-angularjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonanv%2Fheroes-angularjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angularjs","crud","css","css3","firebase","html","html5","javascript"],"created_at":"2024-11-11T18:08:13.183Z","updated_at":"2026-04-05T22:33:34.014Z","avatar_url":"https://github.com/jonanv.png","language":"CSS","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\u003c!-- ![heroes angularjs](https://i.imgur.com/B2heenX.png) --\u003e\n![heroes angularjs 1](https://i.imgur.com/Me55x8o.png)\n![heroes angularjs 2](https://i.imgur.com/yHrX9sL.png)\n\n# Install dependences\nin ```heroes-angularjs/```\n\n```bash\nnpm install\n```\nor\n```bash\nyarn install\n```\n\n***\n\n# HeroesAngularjs\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.\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 README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n***\n\n# Create component without .spec (--skipTests)\n```javascript\nng generate component components/heroes --skipTests\n```\nor\n```javascript\nng g c components/heroes --skipTests\n```\n\n# Create service without file .spec (--skipTests)\n```javascript\nng generate service services/heroe --skipTests\n```\nor\n```javascript\nng g s services/heroe --skipTests\n```\n\n# Server local\ninstall global ```sudo npm i -g http-server```\n\ndeploy in ```/heroes-angularjs/dist/heroes-angularjs/```\n\n```javascript\nhttp-server\n```\nor\n```javascript\nhttp-server -o\n```\n\n[npm-badge]: https://img.shields.io/badge/npm-v6.14.4-brightgreen\n[npm-url]: https://www.npmjs.com\n[node-badge]: https://img.shields.io/badge/nodejs-v12.16.1-brightgreen\n[node-url]: https://nodejs.org/download/release/v12.16.1/\n[angular-badge]: https://img.shields.io/badge/angular--CLI-v9.1.0-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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonanv%2Fheroes-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonanv%2Fheroes-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonanv%2Fheroes-angularjs/lists"}