{"id":15429512,"url":"https://github.com/idoubi/feesue","last_synced_at":"2026-01-20T15:32:27.393Z","repository":{"id":39210548,"uuid":"244110771","full_name":"idoubi/feesue","owner":"idoubi","description":"Feedback page generator based on Github Issues.","archived":false,"fork":false,"pushed_at":"2022-12-12T03:13:16.000Z","size":5920,"stargazers_count":1,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:19:25.893Z","etag":null,"topics":["feeback","feesue","gitalk","gitment","issues"],"latest_commit_sha":null,"homepage":null,"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/idoubi.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}},"created_at":"2020-03-01T08:08:16.000Z","updated_at":"2020-03-01T09:01:30.000Z","dependencies_parsed_at":"2022-09-19T23:51:26.927Z","dependency_job_id":null,"html_url":"https://github.com/idoubi/feesue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/idoubi/feesue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idoubi%2Ffeesue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idoubi%2Ffeesue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idoubi%2Ffeesue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idoubi%2Ffeesue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idoubi","download_url":"https://codeload.github.com/idoubi/feesue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idoubi%2Ffeesue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"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":["feeback","feesue","gitalk","gitment","issues"],"created_at":"2024-10-01T18:11:11.973Z","updated_at":"2026-01-20T15:32:27.369Z","avatar_url":"https://github.com/idoubi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Feesue\n\nGenerate product feedback page based on Github Issues.\n\n## Demo:\n\n[Feesue's feedback page](http://feesue.idoubi.cc)\n\n## Basic Usage\n\ncreate a .html file for your product's feedback page. like: `touch feedback.html`\n\nedit `feedback.html`\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n    \u003ctitle\u003eProduct's feedback page\u003c/title\u003e\n  \u003c/head\u003e\n\n  \u003cbody\u003e\n    \u003cdiv id=\"feesue-container\"\u003e\u003c/div\u003e\n\n    \u003cscript src=\"path-to/dist/feesue.min.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n      var feesue = new Feesue({\n        token: \"[github personal access token]\",\n        owner: \"[github owner]\",\n        repo: \"[github repository]\",\n        state: \"[state of issues]\",\n        labels: \"[labels of issues]\",\n        direction: \"[sort direction, asc or desc]\",\n        sort: \"[sort field, updated_at/created_at/comments eg.]\",\n        theme_color: \"[theme color like #08a5e0]\",\n        per_page: 20,\n        product: {\n          name: \"[name of product]\",\n          intro: \"[intro of product]\",\n          logo: \"[logo of product]\",\n          github_url: \"[github url of product]\",\n          github_title: \"[text in github button]\",\n          home_url: \"[home url of product]\",\n          home_title: \"[text in home button]\",\n          comments_title: \"[title of comments area]\"\n        }\n      });\n\n      feesue.render(\"feesue-container\");\n    \u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidoubi%2Ffeesue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidoubi%2Ffeesue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidoubi%2Ffeesue/lists"}