{"id":19196990,"url":"https://github.com/jitesoft/incidents","last_synced_at":"2026-06-15T06:03:51.200Z","repository":{"id":65513047,"uuid":"593602578","full_name":"jitesoft/incidents","owner":"jitesoft","description":"Super simple incident report tool/page.","archived":false,"fork":false,"pushed_at":"2023-12-08T13:41:55.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T10:08:40.257Z","etag":null,"topics":["github-issues","html","incident","incident-response-tooling","status-page"],"latest_commit_sha":null,"homepage":"https://jitesoft.github.io/incidents","language":"JavaScript","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/jitesoft.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":"2023-01-26T12:25:29.000Z","updated_at":"2023-05-24T09:20:37.000Z","dependencies_parsed_at":"2023-02-14T23:20:28.801Z","dependency_job_id":null,"html_url":"https://github.com/jitesoft/incidents","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/jitesoft%2Fincidents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fincidents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fincidents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fincidents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitesoft","download_url":"https://codeload.github.com/jitesoft/incidents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271531,"owners_count":19774859,"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":["github-issues","html","incident","incident-response-tooling","status-page"],"created_at":"2024-11-09T12:15:06.021Z","updated_at":"2026-06-15T06:03:46.161Z","avatar_url":"https://github.com/jitesoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Incidents\n\nSuper simple incident report static page.\n\n[Demo](https://jitesoft.github.io/incidents/).\n\nMakes use of GitHub issues to query for incidents, renders GitHub issues markdown\nwith [showdown](https://github.com/showdownjs/showdown)\nand displays the latest 30 as a list.\n\n## Configuration\n\nAt the start of the index.html file, a `const config` variable can be found.  \nThis is all the configuration currently used.\n\n```javascript\nconst config = {\n  \"user\": \"johannestegner\",\n  \"repo\": \"jitesoft/incidents\",\n  \"baseUri\": \"https://api.github.com/repos\",\n  \"pagesize\": 30\n};\n```\n\n`baseUri` should be left as is.   \n`repo` should be set to the \u003corganization/user\u003e/repository that the page will use for issues.  \n`user` should be set to the user which issues from will be displayed on the page (currently only one user is supported).  \n`pagesize` is the amount of posts to show.\n\n\n## Further development\n\nThis project is not beautiful, there is a lot that could be done with it, and it's totally okay to modify and \nuse as you wish. Pull requests are greatly appreciated.\n\n## License\n\nMIT (check [LICENSE](LICENSE) file).\n\n## Dependencies\n\nIncidents makes use of [showdown](https://github.com/showdownjs/showdown) to render markdown.\n\n### Development\n\nCurrently, there is one JS file, one CSS file and one HTML file, the project\ncan run by opening the HTML file in the browser.\n\nChange `script` and `style` tags to include the local script and css file and work!\n\nMinification is done with:\n\n```shell\nnpx minify script.js \u003e script.min.js\nnpx minify style.css \u003e style.min.css\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fincidents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitesoft%2Fincidents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fincidents/lists"}