{"id":16181845,"url":"https://github.com/ericclemmons/angular-github-demo","last_synced_at":"2025-06-15T01:39:28.676Z","repository":{"id":6660953,"uuid":"7905553","full_name":"ericclemmons/angular-github-demo","owner":"ericclemmons","description":"AngularJS demo application for HoustonJS","archived":false,"fork":false,"pushed_at":"2013-11-25T15:56:53.000Z","size":881,"stargazers_count":26,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T01:54:16.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ericclemmons.github.com/angular-github-demo/","language":"CSS","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/ericclemmons.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}},"created_at":"2013-01-30T01:39:13.000Z","updated_at":"2025-05-27T03:53:22.000Z","dependencies_parsed_at":"2022-07-31T03:38:49.231Z","dependency_job_id":null,"html_url":"https://github.com/ericclemmons/angular-github-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericclemmons/angular-github-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fangular-github-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fangular-github-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fangular-github-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fangular-github-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericclemmons","download_url":"https://codeload.github.com/ericclemmons/angular-github-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fangular-github-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259910018,"owners_count":22930670,"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":[],"created_at":"2024-10-10T06:28:18.308Z","updated_at":"2025-06-15T01:39:28.632Z","avatar_url":"https://github.com/ericclemmons.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"AngularJS + Github Demo\n=======================\n\n*The [slides for this demo][slides] were presented at HoustonJS.*\n\n[See the Demo][demo]!\n---------------------\n\nThis project serves as a progressive, working example of a demo\napplication consuming the [Github API][github] \u0026 using [AngularJS][angular].\n\n![Screenshot](https://raw.github.com/ericclemmons/angular-github-demo/master/screenshot.png)\n\nPart of the discussion will go over recent technology [trends](https://raw.github.com/ericclemmons/angular-github-demo/master/trends.html)\n\nAuthor\n------\n\n- [@ericclemmons][twitter]\n\n\nRunning the Demo\n----------------\n\n    $ git clone git://github.com/ericclemmons/angular-github-demo.git\n    $ cd angular-github-demo\n    $ python -m SimpleHTTPServer 8000\n\nNow open [http://localhost:8000/](http://localhost:8000).\n\nYou can then use `git checkout [BRANCH]` to see the app progress!\n\n\nFeatures\n--------\n\nFollow along with Github to see how these were built!\n\n- [0.][0] - Setup Angular App (`ng-app`, `ng-model`, `ng-bind`)\n    - [1.][1] - Project API (https://api.github.com/users/:user/repos)\n    - [1.1.][1.1] - API called for username/organization upon `submit`\n    - [1.2.][1.2] - Iterate over projects in `#left`\n    - [1.3.][1.3] - Filter projects via search\n    - [1.4.][1.4] - Replace placeholder text in `#main` with project data\n\n- [2.][2] - Issues API (https://api.github.com/repos/:user/:project/issues?state=open)\n    - [2.1.][2.1] - Selected project calls Issues API\n    - [2.2.][2.2] - Iterate over issues in `#main`\n\n- [3.][3] - Organization \u0026 Architecture\n\nFor more information, see the exhaustive, highly detailed wireframe:\n\n![Features](https://raw.github.com/ericclemmons/angular-github-demo/master/features.jpg)\n\n\nLicense\n-------\n\nCopyright (c) 2013 Eric Clemmons Licensed under the MIT license.\n\n\n[demo]: http://ericclemmons.github.com/angular-github-demo/\n[slides]: http://www.slideshare.net/ericclemmons/a-brief-into-to-angularjs\n[github]: http://developer.github.com/\n[angular]: http://angularjs.org/\n[twitter]: https://twitter.com/ericclemmons\n\n[0]: https://github.com/ericclemmons/angular-github-demo/compare/master...0\n[1]: https://github.com/ericclemmons/angular-github-demo/compare/1...1.4\n[1.1]: https://github.com/ericclemmons/angular-github-demo/compare/1...1.1\n[1.2]: https://github.com/ericclemmons/angular-github-demo/compare/1.1...1.2\n[1.3]: https://github.com/ericclemmons/angular-github-demo/compare/1.2...1.3\n[1.4]: https://github.com/ericclemmons/angular-github-demo/compare/1.3...1.4\n[2]: https://github.com/ericclemmons/angular-github-demo/compare/2...2.2\n[2.1]: https://github.com/ericclemmons/angular-github-demo/compare/2...2.1\n[2.2]: https://github.com/ericclemmons/angular-github-demo/compare/2.1...2.2\n[3]: https://github.com/ericclemmons/angular-github-demo/compare/2.2...3\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ericclemmons/angular-github-demo/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fangular-github-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericclemmons%2Fangular-github-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fangular-github-demo/lists"}