{"id":20393540,"url":"https://github.com/chantouchsek/nuxt-deploy-notifier","last_synced_at":"2026-04-21T05:34:22.785Z","repository":{"id":97744948,"uuid":"381324855","full_name":"chantouchsek/nuxt-deploy-notifier","owner":"chantouchsek","description":"This module provides a simple Slack notification of your deployment after success.","archived":false,"fork":false,"pushed_at":"2021-07-05T07:26:19.000Z","size":158,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T10:55:35.272Z","etag":null,"topics":["build","deployment","notifications","nuxt","nuxt-build","nuxt-deployment","nuxt-notification","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/chantouchsek.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":"2021-06-29T10:25:05.000Z","updated_at":"2023-10-02T10:00:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"1540f393-1be1-4120-af06-6d10999c7d7e","html_url":"https://github.com/chantouchsek/nuxt-deploy-notifier","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantouchsek%2Fnuxt-deploy-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantouchsek%2Fnuxt-deploy-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantouchsek%2Fnuxt-deploy-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantouchsek%2Fnuxt-deploy-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chantouchsek","download_url":"https://codeload.github.com/chantouchsek/nuxt-deploy-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241944902,"owners_count":20046855,"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":["build","deployment","notifications","nuxt","nuxt-build","nuxt-deployment","nuxt-notification","slack"],"created_at":"2024-11-15T03:49:16.634Z","updated_at":"2026-04-21T05:34:17.733Z","avatar_url":"https://github.com/chantouchsek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Build Notifier\n\n[![Latest Version on NPM](https://img.shields.io/npm/v/nuxt-deploy-notifier.svg?style=flat-square)](https://npmjs.com/package/nuxt-deploy-notifier)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![npm](https://img.shields.io/npm/dt/nuxt-deploy-notifier.svg?style=flat-square)](https://npmjs.com/package/nuxt-deploy-notifier)\n[![npm](https://img.shields.io/npm/dm/nuxt-deploy-notifier.svg?style=flat-square)](https://npmjs.com/package/nuxt-deploy-notifier)\n\nThis module provides a simple Slack notification of your deployment after success.\n\n## Installation\n\n```sh\nyarn add nuxt-deploy-notifier\n```\n\n## Usage\n\nSimply add the module to your nuxt config:\n\n```js\nexport default {\n    buildModules: [\n        'nuxt-deploy-notifier',\n    ],\n}\n```\n\nAnd define any applicable options:\n\n```js\nexport default {\n    deployNotifiers: {\n        appName: null, // required\n        slackChannel: null, // required\n        slackWebhookUrl: null, // required\n    },\n}\n```\n\n## Options\n\nThe following options are available:\n\n### `APP_URL`\n\n- Type: `string`\n- Required: `true`\n- Description: `Set this from .env file`\n\n### `appName`\n\n- Type: `string`\n- Required: `true`\n- Description: `The application name`\n\n### `slackWebhookUrl`\n\n- Type: `string`\n- Required: `true`\n\n### `slackChannel`\n\n- Type: `string`\n- Required: `true`\n\nThe webhook url to send the Slack notification to your channel of choice. For information on how to setup a webhook, check out the [Slack Documentation](https://api.slack.com/messaging/webhooks). If no value is supplied, no notification will be sent.\n\n# Contact\n\nEmail: chantouchsek.cs83@gmail.com\n\nTwitter [@DevidCs83](https://twitter.com/DevidCs83)\n\n## License\n\nThis package is under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantouchsek%2Fnuxt-deploy-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchantouchsek%2Fnuxt-deploy-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantouchsek%2Fnuxt-deploy-notifier/lists"}