{"id":18522327,"url":"https://github.com/cithukyaw/slack-notifier","last_synced_at":"2025-06-14T13:02:08.894Z","repository":{"id":30130565,"uuid":"33680596","full_name":"cithukyaw/slack-notifier","owner":"cithukyaw","description":"Simple module to send notifications and messages to Slack service using web hooks.","archived":false,"fork":false,"pushed_at":"2023-04-03T13:45:36.000Z","size":15,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T04:33:33.644Z","etag":null,"topics":["javascript","notifications","slack"],"latest_commit_sha":null,"homepage":"","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/cithukyaw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-09T16:42:15.000Z","updated_at":"2023-04-03T13:45:40.000Z","dependencies_parsed_at":"2024-09-08T14:34:58.557Z","dependency_job_id":"01b8b124-9c3c-4865-80b7-c340c78c7cc2","html_url":"https://github.com/cithukyaw/slack-notifier","commit_stats":null,"previous_names":["cithukyaw/slack-notifier"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cithukyaw/slack-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cithukyaw%2Fslack-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cithukyaw%2Fslack-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cithukyaw%2Fslack-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cithukyaw%2Fslack-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cithukyaw","download_url":"https://codeload.github.com/cithukyaw/slack-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cithukyaw%2Fslack-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259381861,"owners_count":22848792,"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":["javascript","notifications","slack"],"created_at":"2024-11-06T17:29:58.865Z","updated_at":"2025-06-14T13:02:08.814Z","avatar_url":"https://github.com/cithukyaw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Notifier\n\n[![](https://data.jsdelivr.com/v1/package/npm/slack-notifier/badge)](https://www.jsdelivr.com/package/npm/slack-notifier)\n\n**Slack Notifier** sends notifications and messages to [Slack](https://slack.com/) service using Incoming Webhook. It can be used both on the server (Node.js) and the client-side (Browser).\n\nIt is basically designed for notification messages, not support file attachment yet. You may also use this for error reporting purpose for your production environment because\n\n- error stack is sent in code format when an Error object is thrown to the `send()` method.\n- you can turn on/off the service globally as the `enabled` option can be given through the `configure()` method.\n\n## Install with npm\n\n    npm install slack-notifier --save\n\n## Install with bower\n\n    bower install slack-notifier --save\n\n## CDN\n\n    \u003cscript src=\"//cdn.jsdelivr.net/npm/slack-notifier@0.0.3/slack-notifier.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n## Usage\n\nCheck the example files:\n\n- Node.js: [/example/server.js](https://github.com/cithukyaw/slack-notifier/blob/master/example/server.js)\n- Browser: [/example/client.html](https://github.com/cithukyaw/slack-notifier/blob/master/example/client.html)\n\n## License\nReleased under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcithukyaw%2Fslack-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcithukyaw%2Fslack-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcithukyaw%2Fslack-notifier/lists"}