0.0.5 • Published 10 years ago

fidonet-outbound-lbox v0.0.5

Weekly downloads
19
License
-
Repository
github
Last release
10 years ago

node-fidonet-outbound-lbox

Build Status

The Fidonet Outbound LBOX parser module is able to read LBOX Outbound

(npm package version)

Using Fidonet Outbound LBOX parser

When you require() the installed module, you get a constructor that uses the path to an LBOX as its parameter:

var LBOX=require('fidonet-outbound-lbox');
var lbox=LBOX(path);

The construncted object has the following method:

read(callback)

Asynchronously reads LBOX and populates the object's .files property.

That property is also an object where each key corresponds to a Fidonet address and its value is an array of objects describing individual files.

Each object describing a file has at least the following properties:

  • file — the file's name

  • size — the file's size (in bytes)

  • type — the string 'lbox' to identify the origin's type

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago