{"id":15065395,"url":"https://github.com/yourtion/node-alertover","last_synced_at":"2026-02-26T06:06:56.550Z","repository":{"id":57175590,"uuid":"101125099","full_name":"yourtion/node-alertover","owner":"yourtion","description":"AlertOver (https://www.alertover.com ) client for Node.js","archived":false,"fork":false,"pushed_at":"2017-08-26T01:37:36.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T13:09:45.672Z","etag":null,"topics":["alert","alert-messages","alertover","nodejs","npm-package","team-alert"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/alertover","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/yourtion.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":"2017-08-23T01:48:12.000Z","updated_at":"2019-10-16T06:18:11.000Z","dependencies_parsed_at":"2022-09-03T11:00:55.004Z","dependency_job_id":null,"html_url":"https://github.com/yourtion/node-alertover","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/yourtion%2Fnode-alertover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2Fnode-alertover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2Fnode-alertover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2Fnode-alertover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yourtion","download_url":"https://codeload.github.com/yourtion/node-alertover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806114,"owners_count":20350783,"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":["alert","alert-messages","alertover","nodejs","npm-package","team-alert"],"created_at":"2024-09-25T00:37:54.248Z","updated_at":"2025-10-29T22:10:01.535Z","avatar_url":"https://github.com/yourtion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-alertover\n\nAlertOver (https://www.alertover.com ) client for Node.js\n\nAlertOver Node.js 客户端\n\n## 安装使用使用\n\n```bash\nnpm install alertover --save\n```\n\n```javascript\nconst AlertOver = require('alertover');\n\nconst client = new AlertOver({\n  source: 's-f01ff252-6609-47f3-a7ae-xxxxxx', // 默认发送源\n  receiver: 'g-04523131-19b3-4abd-89f7-xxxxx', // 默认接收组\n})\n\nclient.send('Hello', 'World').then(console.log).catch(console.log)\n```\n\n详情参数指定\n\n```javascript\n/**\n  * 发送 Alert\n  * \n  * @param {String} title 发送标题\n  * @param {Stringany} content 发送内容\n  * @param {boolean} [urgency=false] 是否紧急 \n  * @param {String} [receiver=this.receiver] 接收组 \n  * @param {String} [source=this.source] 发送源\n  * @returns {Promise}\n  * @memberof AlertOver\n  */\nsend(title, content, urgency = false, receiver = this.receiver, source = this.source)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourtion%2Fnode-alertover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourtion%2Fnode-alertover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourtion%2Fnode-alertover/lists"}