{"id":22428319,"url":"https://github.com/momsfriendlydevco/send","last_synced_at":"2026-01-20T06:01:01.844Z","repository":{"id":255116359,"uuid":"848041355","full_name":"MomsFriendlyDevCo/send","owner":"MomsFriendlyDevCo","description":"Simple notification system with extendable modules","archived":false,"fork":false,"pushed_at":"2025-08-10T01:39:42.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-22T06:02:15.833Z","etag":null,"topics":[],"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/MomsFriendlyDevCo.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,"zenodo":null}},"created_at":"2024-08-27T02:48:11.000Z","updated_at":"2025-08-10T01:39:45.000Z","dependencies_parsed_at":"2025-08-10T03:13:36.588Z","dependency_job_id":"bfed0322-4944-419e-8c5d-ac1a15aee5d6","html_url":"https://github.com/MomsFriendlyDevCo/send","commit_stats":null,"previous_names":["momsfriendlydevco/send"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MomsFriendlyDevCo/send","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MomsFriendlyDevCo%2Fsend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MomsFriendlyDevCo%2Fsend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MomsFriendlyDevCo%2Fsend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MomsFriendlyDevCo%2Fsend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MomsFriendlyDevCo","download_url":"https://codeload.github.com/MomsFriendlyDevCo/send/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MomsFriendlyDevCo%2Fsend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-05T20:14:24.408Z","updated_at":"2026-01-20T06:01:01.827Z","avatar_url":"https://github.com/MomsFriendlyDevCo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"@MomsFriendlyDevCo/Send\n=======================\nSimple notification system with extendable modules.\n\n\n```javascript\nimport Send from '#lib/send';\nnew Send()\n    .use('slack', {\n        enabled: false,\n        // ... Slack config goes below here ... //\n        token: 'FIXME',\n        channel: 'FIXME',\n        username: 'FIXME',\n    })\n    .use('freedcamp', {\n        enabled: false,\n        // ... Freedcamp config goes here ... //\n        apiKey: 'FIXME',\n        secret: 'FIXME',\n        projectId: 'FIXME',\n        discussionListTitle: 'FIXME',\n        discussionListId: 'FIXME',\n    })\n    .send('Hello World')\n```\n\n... or via the cli ...\n\n```shell\nsend \\\n    -m slack@token=FIXME,channel=FIXME,username=FIXME \\\n    -m freedcamp@apiKey=FIXME,secret=FIXME,projectId=FIXME,discussionListTitle=FIXME \\\n    --text \"Hello World\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomsfriendlydevco%2Fsend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmomsfriendlydevco%2Fsend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomsfriendlydevco%2Fsend/lists"}