yummly-api:Yummly API 的 Node.js 模块

时间:2024-07-10 16:05:25
【文件属性】:

文件名称:yummly-api:Yummly API 的 Node.js 模块

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-10 16:05:25

CoffeeScript

美味的 Node.js API 包装 Yummly API 的 Node.js 模块。 要使用,您必须在 Yummly.com 上注册以获取 api 密钥和应用程序 ID。 用法 模块尚未发布到 npm,因此暂时只需克隆 repo 即可获取代码。 运行npm install以安装依赖项。 公共方法是 search() 和 recipe(),有关返回数据的示例,请参阅 Yummly API 文档。 返回 JSON。 // Require module var Yummly = require('yummly-api'); // Create an instance var yummly = new Yummly({ apiKey: 'your_api_key', appId: 'your_app_id' }); // Call methods // For other optio


【文件预览】:
yummly-api-master
----package.json(442B)
----readme.md(902B)
----test()
--------mocha.opts(32B)
--------index.coffee(2KB)
----.gitignore(13B)
----lib()
--------index.coffee(1KB)

网友评论