2.0.4 • Published 8 years ago

vapor-storehouse v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

NPM version Dependency Status

Vapor Store House Plugin

Vapor plugin to create storage account using trade offers.

Features

  • Automatically accepts all trade offers from admin(s).
  • Automatically declines any other trade offer.
  • Supports Family View if you have it enabled.

Installation

npm install vapor-storehouse

Usage

var storehouse = require('vapor-storehouse');

// Instantiate Vapor etc.

vapor.use(storehouse);
// or
vapor.use(storehouse, {familyViewPIN: '1234'});

Configuration

familyViewPIN (optional)

Family view PIN.

Events

message:*

  • message - A message string.

Standard message events to be used with logger.

readFile / writeFile

Standard Vapor file events - readFile / writeFile.

License

MIT. See LICENSE.

2.0.4

8 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago