0.1.2 • Published 11 years ago

simple-cdn v0.1.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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);
0.1.2

11 years ago

0.1.1

11 years ago

0.0.1

11 years ago