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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i simple-cdn

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • genazt