0.1.3 • Published 7 years ago

yummly-api v0.1.3

Weekly downloads
21
License
-
Repository
-
Last release
7 years ago

yummly-api

Yummly API which uses the visitor API, so it's API-Key independent

Installation

npm install yummly-api

Example

var Yummly = require('yummly.js');
var yummly = new Yummly();

yummly.setSearch('burger');
yummly.getRecipes(function(callback) {
    console.log(callback);
});
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago