文件名称:node-angellist:围绕天使列表API的节点包装器
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-31 17:36:43
JavaScript
node-angellist:轻松包装AngelList API 该模块被设计为AngelList API的易于使用的包装器。 该模块旨在与node.js一起使用。 安装 npm install angellist 或从来源: git clone git://github.com/rgerard/node-angellist.git cd node-angellist npm install 简单的例子 var angel = require ( 'angellist' ) ; // Init the object with your API key angel . init ( clientID , clientSecret ) ; // Search for a company name angel . search ( 'pickmoto' , function (
【文件预览】:
node-angellist-master
----.gitignore(359B)
----package.json(522B)
----LICENSE(9KB)
----index.js(3KB)
----util()
--------url_helper.js(2KB)
----README.md(4KB)
----config.js(110B)