yipit

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i yipit

Weekly Downloads

3

Version

1.0.0

License

none

Last publish

Collaborators

  • khaliqgant