{"id":16346542,"url":"https://github.com/madeleineostoja/gatsby-plugin-notify","last_synced_at":"2026-05-11T05:42:49.192Z","repository":{"id":47975137,"uuid":"204842136","full_name":"madeleineostoja/gatsby-plugin-notify","owner":"madeleineostoja","description":"Gatsby plugin that adds system notifications to your development build","archived":false,"fork":false,"pushed_at":"2023-01-04T08:19:30.000Z","size":219,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:49:37.447Z","etag":null,"topics":["gatsby","gatsby-plugin","notifications","webpack","webpack-notify"],"latest_commit_sha":null,"homepage":"https://www.gatsbyjs.org/packages/gatsby-plugin-notify/","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/madeleineostoja.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}},"created_at":"2019-08-28T03:40:57.000Z","updated_at":"2020-03-01T09:45:51.000Z","dependencies_parsed_at":"2023-02-02T05:02:11.568Z","dependency_job_id":null,"html_url":"https://github.com/madeleineostoja/gatsby-plugin-notify","commit_stats":null,"previous_names":["tomorrowstudio/gatsby-plugin-notify"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fgatsby-plugin-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fgatsby-plugin-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fgatsby-plugin-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fgatsby-plugin-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeleineostoja","download_url":"https://codeload.github.com/madeleineostoja/gatsby-plugin-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247176039,"owners_count":20896396,"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":["gatsby","gatsby-plugin","notifications","webpack","webpack-notify"],"created_at":"2024-10-11T00:35:35.662Z","updated_at":"2026-04-25T14:01:06.248Z","avatar_url":"https://github.com/madeleineostoja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-notify\n\n[![npm](https://img.shields.io/npm/v/gatsby-plugin-notify)](https://www.npmjs.com/package/gatsby-plugin-notify) ![GitHub](https://img.shields.io/github/license/tomorrowstudio/gatsby-plugin-notify)\n\nAdd system notifications to your Gatsby development builds\n\n## Install\n\n```sh\nnpm i gatsby-plugin-notify\n```\n\n## How to use\n\nAdd the plugin to your `gatsby-config.js`\n\n```js\nmodule.exports = {\n  plugins: [\n    'gatsby-plugin-notify'\n  ]\n}\n```\n\nYou will receive a native notification when your development build breaks, and when it builds successfully again after a breakage.\n\nThe plugin accepts any options that can be passed to [webpack-notifier](https://github.com/Turbo87/webpack-notifier#configuration)\n\n\n```js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: 'gatsby-plugin-notify',\n      options: {\n        title: 'My Site'\n      }\n  ]\n}\n```\n\n---\n\nMade with ❤️ by [Tomorrow](https://www.tomorrowstudio.co)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fgatsby-plugin-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeleineostoja%2Fgatsby-plugin-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fgatsby-plugin-notify/lists"}