hackerpub:将项目发布到Hacker News

时间:2024-05-19 06:24:46
【文件属性】:

文件名称:hackerpub:将项目发布到Hacker News

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-19 06:24:46

JavaScript

黑客酒吧 将项目发布到Hacker News 安装 $ npm install --save hackerpub 用法 下面显示的示例将在HackerNews上发布一个链接。 var hackerpub = require ( 'hackerpub' ) ; hackerpub ( { username : '{{your HN username}}' , password : '{{your HN password}}' , title : 'Example Blog Article' , url : 'http://exampleblog.com/articles/example-blog-article' } , done ) ; function done ( err , res , body , discuss ) { // handle response


【文件预览】:
hackerpub-master
----.gitignore(30B)
----bin()
--------hpub(2KB)
----.jshintrc(439B)
----package.json(770B)
----readme.markdown(2KB)
----index.js(2KB)
----.editorconfig(207B)
----license(1KB)

网友评论