{"id":16393036,"url":"https://github.com/progm/node-trello-github-hook","last_synced_at":"2025-11-11T21:27:25.966Z","repository":{"id":73454655,"uuid":"52000974","full_name":"ProGM/node-trello-github-hook","owner":"ProGM","description":"A github hook to sync trello card's checklist items with github issues.","archived":false,"fork":false,"pushed_at":"2016-11-02T10:40:20.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T02:42:14.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ProGM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-02-18T10:54:26.000Z","updated_at":"2016-02-18T10:56:49.000Z","dependencies_parsed_at":"2023-02-28T13:02:02.139Z","dependency_job_id":null,"html_url":"https://github.com/ProGM/node-trello-github-hook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProGM/node-trello-github-hook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fnode-trello-github-hook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fnode-trello-github-hook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fnode-trello-github-hook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fnode-trello-github-hook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProGM","download_url":"https://codeload.github.com/ProGM/node-trello-github-hook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fnode-trello-github-hook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283936999,"owners_count":26919453,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-11T04:52:12.467Z","updated_at":"2025-11-11T21:27:25.961Z","avatar_url":"https://github.com/ProGM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node Github Webhook for Trello\n=====================\n\nA github hook that creates a checklist element in a trello card when an issue with a specific name is created on github.\n\nFor example:\n\n* You have a card on trello with ID=ABCDE.\n* You create an issue that contains [ABCDE] in it's title\n* The webhook automatically generates a checklist on the Trello card, with the issue name.\n* When the issue is closed, the webhook will mark that issue as done on Trello.\n\n\n## How it works\nSimply setup three ENVs, that contains TRELLO KEYS:\n\n```bash\nTRELLO_KEY=\u003cyour api key\u003e\nTRELLO_SECRET=\u003cyour api secret\u003e\nTRELLO_TOKEN=\u003cyour token\u003e\n```\n\nTo obtain those data, please refer to the documentation of this module:\n\nhttps://github.com/adunkman/node-trello\n\n## Intelligent Bookmarks\nSave this bookmark to open a new issue related to a trello card.\n\nTo make it work, simply go to you trello board, open the card you want to refer and click the bookmark. A new issue page will be opened for you.\n\n```javascript\njavascript:window.open(encodeURI(\"https://github.com/YOUR_NAME/YOUR_REPO/issues/new?title=[\" + window.location.href.split(\"/\")[4] +  \"]\u0026body=\\n\\n\\n----\\nRefers to \" + window.location.href))\n```\n\n## TODO\n\n* Refactor\n* Improve checklist checks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fnode-trello-github-hook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogm%2Fnode-trello-github-hook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fnode-trello-github-hook/lists"}