cdnprovider

1.0.2 • Public • Published

CDN Provider

NodeJS library to easly get a CDN (or file only cloud).

It will create a http server to privide the directories and files in the directory that you specified.

How to install

npm i cdnprovider 

How to use

const provider = require('cdnprovider');
 
provider.provide('shared', 900);

Methods

provide :

provide(directorypath, port);

Readme

Keywords

none

Package Sidebar

Install

npm i cdnprovider

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.66 kB

Total Files

5

Last publish

Collaborators

  • quantumsheep