An open API service indexing awesome lists of open source software.

https://github.com/dethada/node-cdn

Simple Nodejs CDN
https://github.com/dethada/node-cdn

cdn

Last synced: 11 months ago
JSON representation

Simple Nodejs CDN

Awesome Lists containing this project

README

          

# Node CDN

Simple nodejs cdn based on [Formidable](https://github.com/felixge/node-formidable)

## Features

Currently only supports files uploads, no file deletion.

## Usage

Send POST request to the app, with a token header containing the token you set in your environment variable.

> If you want to test using `uploadform.html` remove or comment out `&& req.headers['token'] === process.env.CDN_TOKEN` .