{"id":19388971,"url":"https://github.com/james2doyle/holiday-reminder","last_synced_at":"2026-05-12T21:38:29.187Z","repository":{"id":145774451,"uuid":"108947518","full_name":"james2doyle/holiday-reminder","owner":"james2doyle","description":"Sends reminders to Slack that you have upcoming holidays next week","archived":false,"fork":false,"pushed_at":"2017-11-20T18:06:15.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T08:49:11.847Z","etag":null,"topics":["holiday-reminder","holidays","sends-reminders","slack"],"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/james2doyle.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":"2017-10-31T05:01:42.000Z","updated_at":"2017-10-31T05:02:12.000Z","dependencies_parsed_at":"2023-05-07T04:57:09.578Z","dependency_job_id":null,"html_url":"https://github.com/james2doyle/holiday-reminder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fholiday-reminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fholiday-reminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fholiday-reminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fholiday-reminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james2doyle","download_url":"https://codeload.github.com/james2doyle/holiday-reminder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549434,"owners_count":19819131,"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":["holiday-reminder","holidays","sends-reminders","slack"],"created_at":"2024-11-10T10:14:14.603Z","updated_at":"2026-05-12T21:38:29.121Z","avatar_url":"https://github.com/james2doyle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Holiday Reminder\n================\n\n\u003e Sends reminders to Slack that you have upcoming holidays next week\n\n![holiday-reminder screenshot](https://raw.githubusercontent.com/james2doyle/holiday-reminder/master/screenshot.png)\n\n## Setup\n\n* clone this repo\n* `npm install`\n* `cp src/config-example.js src/config.js`\n* Fill in the values in the `src/config.js` file.\n* `npm run dev`\n\nYou will need to also [setup a Slack Webhook](https://api.slack.com/custom-integrations/incoming-webhooks) for the results to be sent to.\n\n### Holiday JSON File\n\nExample of the expected JSON file:\n\n```\n{\n  \"2017\": [\n    \"2017-01-02\",\n    \"2017-02-13\",\n    \"2017-04-14\",\n    \"2017-05-22\",\n    \"2017-07-03\",\n    \"2017-08-07\",\n    \"2017-09-04\",\n    \"2017-10-09\",\n    \"2017-11-13\",\n    \"2017-12-25\",\n    \"2017-12-26\",\n    \"2017-12-27\",\n    \"2017-12-28\",\n    \"2017-12-29\"\n  ]\n}\n```\n\nIt expects an object keyed by the current year, and then an array of dates in `YYYY-MM-DD` format inside of that.\n\n## Production\n\nRun `npm start` to execute the program in production mode. You will need to run `npm run build` first. This will actually ping Slack with an `@channel` mention.\n\n## Commands\n\n### Lint\n\n```\nnpm run lint\n```\n\n### Build\n\n```\nnpm run build\n```\n\n### Run\n\n#### ES6 code via babel\n\n```\nnpm run dev\n```\n\n#### ES5 code (Transpiled)\n\n```\nnpm run build\n\nnode lib/\n```\n\nor\n\n```\nnpm start\n```\n\n## Code Directories\n\n* ./src - source code, stays in git repo.\n* ./lib - transpiled ES5 code, not saved in git, gets published to npm.\n\n## License\n\n  [MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Fholiday-reminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames2doyle%2Fholiday-reminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Fholiday-reminder/lists"}