All Projects → micnews → Naytev Purge

micnews / Naytev Purge

Licence: other
Purge the open graph-cache in naytev

Programming Languages

javascript
184084 projects - #8 most used programming language

naytev-purge

Purge the open graph-cache in naytev

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install naytev-purge --save

Usage

var purge = require("naytev-purge");

purge({
  url: process.argv[2],
  siteId: process.env.NAYTEV_SITE_ID,
  key: process.env.NAYTEV_KEY
}, function (err) {
  console.log(arguments);
});

Tests

npm install
npm test

Dependencies

Dev Dependencies

None

License

MIT

Generated by package-json-to-readme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].