a service to purge media from edgecast's cache
npm install edgecast-purge!Node





> a service to purge media from edgecast's cache
Install via yarn
yarn add edgecast-purge (--dev)
or npm
npm install edgecast-purge (--save-dev)
``js`
import edgecastPurge from 'edgecast-purge';
#### init
`js`
const Edgecast = require('edgecast-purge');
const edgecastService = new Edgecast('your-edgecast-token', 'your-edgecast-account-id');
#### purge multiple urls
`js`
edgecastService.purge(['first-url', 'second-url', 'nth-url']);
#### purge single url
`js`
edgecastService.purge('single-url');
See example folder.
edgecast-purge is compiled as a collection of CommonJS modules & ES2015 modules for bundlers that support the jsnext:main or module field in package.json (Rollup, Webpack 2)
The edgecast-purge package includes precompiled production and development UMD builds in the dist/umd folder. They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a