simple-cdn

0.1.2 • Public • Published

simple-cdn

Simple CDN gives you HTTP(S) links to your CDN Servers. It cares about down servers.

var simple = new SimpleCDN();
simple.addServer("http://dsakdlöasjdlkasdsjak.com");
simple.addServer("http://google.com", 301);
simple.addServer("http://house-of-code.org");
setInterval(function () {
    console.log(simple.getFullURL("test.jpg"));
}, 1000);

Readme

Keywords

none

Package Sidebar

Install

npm i simple-cdn

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • genazt