1.0.0 • Published 8 years ago

yipit v1.0.0

Weekly downloads
24
License
-
Repository
github
Last release
8 years ago

NPM

Yipit V1 API

This hopefully makes it a little bit easier to call Yipit's V1 API

Install

Example

var yipit = require("yipit");

var params = {
    "key": YOUR_API_KEY_THIS_IS_REQUIRED
    "division": "new-york".
    "tag": "restaurants";
};

yipit.deals(params, function (error, deals){
    if (!error){
        console.log(deals);
    }
});

References

**Hope you enjoy! Email me at khaliqgant@gmail.com for any questions or bugs

1.0.0

8 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago