postboard-fs

0.0.1 • Public • Published

postboard-fs

File system store for PostBoard

Install

npm install postboard-fs

Express setup

var express = require('express');
var postboard = require('postboard-fs');

var app = express();
express.use(postboard(__dirname + '/store'));

app.listen(3000);

Usage

HTTP POST data to URLs to save it.

HTTP GET to obtain the data at that URL.

Dependents (0)

Package Sidebar

Install

npm i postboard-fs

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • fgascon