{"id":29947949,"url":"https://github.com/devkiran/node-slack-events","last_synced_at":"2025-08-03T08:03:06.661Z","repository":{"id":57311748,"uuid":"421398961","full_name":"devkiran/node-slack-events","owner":"devkiran","description":"This node module helps you listen to events from Slack's Event API","archived":true,"fork":false,"pushed_at":"2021-10-26T12:23:23.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T01:03:08.129Z","etag":null,"topics":["node","slack-api","slack-events-api","slack-webhooks"],"latest_commit_sha":null,"homepage":"","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/devkiran.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":"2021-10-26T11:36:42.000Z","updated_at":"2024-03-24T08:10:57.000Z","dependencies_parsed_at":"2022-09-09T05:54:07.703Z","dependency_job_id":null,"html_url":"https://github.com/devkiran/node-slack-events","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"beb3408df57b89193631d2ad474db67bb4086df8"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/devkiran/node-slack-events","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkiran%2Fnode-slack-events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkiran%2Fnode-slack-events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkiran%2Fnode-slack-events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkiran%2Fnode-slack-events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devkiran","download_url":"https://codeload.github.com/devkiran/node-slack-events/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkiran%2Fnode-slack-events/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268512153,"owners_count":24261886,"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-08-03T02:00:12.545Z","response_time":2577,"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":["node","slack-api","slack-events-api","slack-webhooks"],"created_at":"2025-08-03T08:01:26.580Z","updated_at":"2025-08-03T08:03:06.646Z","avatar_url":"https://github.com/devkiran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Node Slack Events\n\nThis node module helps you listen to events from Slack's [Event API](https://api.slack.com/apis/connections/events-api)\n\n### Installation\n\n```javascript\nnpm i node-slack-events\n```\n\n### Examples\n\n```javascript\nconst http = require('http');\nconst slackWebhook = require('node-slack-events');\n\nconst server = http.createServer();\n\nconst webhookHandler = slackWebhook({ path: '/webhook' }, server);\n\n// Listen for specific event\nwebhookHandler.on('message', (event) =\u003e {\n  console.log(event);\n});\n\n// Listen for all events\nwebhookHandler.on('*', (event) =\u003e {\n  console.log(event);\n});\n\nserver.listen(3005, () =\u003e {\n  console.log('Server is running.');\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkiran%2Fnode-slack-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevkiran%2Fnode-slack-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkiran%2Fnode-slack-events/lists"}