{"id":13563054,"url":"https://github.com/kelvv/aliyun-sms-node","last_synced_at":"2025-04-11T16:41:51.710Z","repository":{"id":57176263,"uuid":"79331939","full_name":"kelvv/aliyun-sms-node","owner":"kelvv","description":"sms sdk for aliyun","archived":false,"fork":false,"pushed_at":"2017-07-25T09:47:15.000Z","size":24,"stargazers_count":62,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T12:51:19.461Z","etag":null,"topics":["nodejs"],"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/kelvv.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-01-18T11:03:40.000Z","updated_at":"2023-01-04T13:21:50.000Z","dependencies_parsed_at":"2022-09-03T23:30:08.736Z","dependency_job_id":null,"html_url":"https://github.com/kelvv/aliyun-sms-node","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/kelvv%2Faliyun-sms-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvv%2Faliyun-sms-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvv%2Faliyun-sms-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvv%2Faliyun-sms-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelvv","download_url":"https://codeload.github.com/kelvv/aliyun-sms-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941720,"owners_count":21022037,"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":["nodejs"],"created_at":"2024-08-01T13:01:14.678Z","updated_at":"2025-04-11T16:41:51.686Z","avatar_url":"https://github.com/kelvv.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# 阿里云sms服务sdk for Nodejs\n\n## 安装\n```bash\nnpm install aliyun-sms-node\n```\n\n## 使用\n``` javascript\nvar SMS = require('aliyun-sms-node');\n\nvar sms = new SMS({\n  AccessKeyId: '填写你的AccessKeyId,可以登录阿里云查找',\n  AccessKeySecret: '填写你的AccessKeySecret，可以登录阿里云查找'\n});\n\nsms.send({\n  Format: 'JSON',\n  Action: 'SendSms',\n  TemplateParam: '{\"code\":\"1234\"}',\n  PhoneNumbers: '13516534103',\n  SignName: '北京月文化',\n  TemplateCode: 'SMS_77730013'\n}) //返回Promise\n\n```\n\n## 文档\n[阿里云API接口](https://help.aliyun.com/document_detail/56189.html?spm=5176.product44282.6.562.wa7Yda)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvv%2Faliyun-sms-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelvv%2Faliyun-sms-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvv%2Faliyun-sms-node/lists"}