1.0.2 • Published 6 years ago

cdnprovider v1.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

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