postmark-spamcheck:Postmark 垃圾邮件 API 的节点库

时间:2024-07-04 02:13:14
【文件属性】:

文件名称:postmark-spamcheck:Postmark 垃圾邮件 API 的节点库

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-04 02:13:14

JavaScript

邮戳-垃圾邮件检查 Postmark 垃圾邮件 API 的节点库。 安装 $ npm install postmark-spamcheck --save 用法 var fs = require ( 'fs' ) ; var postmarkSpamcheck = require ( 'postmark-spamcheck' ) ; fs . readFile ( filepath , 'utf-8' , function ( err , content ) { if ( err ) { throw err ; } postmarkSpamcheck . check ( { options : 'long' , email : content } , function ( info ) { console . log ( info


【文件预览】:
postmark-spamcheck-master
----.jshintrc(170B)
----.gitattributes(12B)
----test.js(198B)
----license(1KB)
----.travis.yml(72B)
----.editorconfig(229B)
----.gitignore(33B)
----index.js(880B)
----readme.md(2KB)
----cli.js(2KB)
----package.json(751B)

网友评论