{"id":13850503,"url":"https://github.com/jaredly/github-issues-viewer","last_synced_at":"2026-03-12T23:31:35.420Z","repository":{"id":12962485,"uuid":"15640868","full_name":"jaredly/github-issues-viewer","owner":"jaredly","description":"A gitub issues viewer build in react + backbone","archived":false,"fork":false,"pushed_at":"2014-01-05T05:03:13.000Z","size":1292,"stargazers_count":238,"open_issues_count":3,"forks_count":18,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-09-28T21:33:54.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jaredly.github.io/github-issues-viewer/","language":"JavaScript","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/jaredly.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-04T22:35:03.000Z","updated_at":"2025-06-05T18:42:05.000Z","dependencies_parsed_at":"2022-09-16T13:21:51.978Z","dependency_job_id":null,"html_url":"https://github.com/jaredly/github-issues-viewer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jaredly/github-issues-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fgithub-issues-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fgithub-issues-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fgithub-issues-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fgithub-issues-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredly","download_url":"https://codeload.github.com/jaredly/github-issues-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredly%2Fgithub-issues-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30449036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-08-04T20:01:15.004Z","updated_at":"2026-03-12T23:31:35.393Z","avatar_url":"https://github.com/jaredly.png","language":"JavaScript","funding_links":[],"categories":["Awesome React","JavaScript"],"sub_categories":["Demos"],"readme":"\n# Github issues viewer\n\nThis is a viewer of github issues that is entirely client-side. It\ndemonstrates one way of building a slightly-more-than-trivial app with\n[facebook's React framework](http://facebook.github.io/react).\n\nAll requests to the github api are anonymous, so they cap it at 60\nrequests/hour.\n\n[View the live example.](http://jaredly.github.io/github-issues-viewer)\n\n[![Screenshot](docs/screenshot.png)](http://jaredly.github.io/github-issues-viewer)\n\n# Components\n\n- App *fetches models*\n  - RepoInput\n  - View *manages routing*\n    - AllIssuesPage\n      - Pager\n      - Issue\n    - IssuePage\n      - RecentTime\n      - Comments\n        - Comment\n          - RecentTime\n\n\nTechnologies used:\n\n- [React](http://facebook.github.io/react) for the views\n- [Backbone](http://backbonejs.org) (mostly for routing... no mutable models here)\n- [Bootstrap](http://twbs.github.io/bootstrap) for some styling\n- [Component(1)](http://github.com/component/component) for packaging\n- [LessCSS](http://lesscss.org) for css processing\n- [FontAwesome](http://fontawesome.io) for icons\n\n## Known Issues\n\n### The Teaser\n\nOn the main page, the teaser of the issue body can break markdown sytax,\nresulting in awkward-looking `` ```some code here`` or `**bold but not` at the\nend of the teaser.\n\nI thought about (and started implementing) an ad-hoc fix but then stopped,\nbecause it was dirtly and incomplete. The real solution would be to translate\nthe raw text into a markdown syntax tree, and then grab the first x chunks\nfrom there. A project for another time. I couldn't find a lib on npm to do it,\nbut if you know of one, please open an issue or pr.\n\n### Anonymous API usage cap\n\nIt might be interesting to look into auth w/ github...not sure if that's\npossible in a backend-less app.\n\n### Not yet implemented things\n\n- auto-linking to referenced issues\n- auto-linking to commits, comments, etc\n- probably a few other things\n\n## Building\n\n```\nnpm install -g react-tools component less\nmake\ngoogle-chrome web/index.html\n```\n\n## Hacking\n\n```\nnpm install -g jshint mocha\nmake test\n```\n\n## License\n\nApache v2\n\nContribution and Comments are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredly%2Fgithub-issues-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredly%2Fgithub-issues-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredly%2Fgithub-issues-viewer/lists"}