0.0.6 • Published 11 years ago

xhistory v0.0.6

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
11 years ago

xhistory

A small library providing utility method to log/save history to your db

Usage

  1. You need to have some sort of api server that does the inserting of the log to your db/document
  2. Include xhistory module to any of your nodejs project just any other module.
  3. Sample Request;
history = require('xhistory');
history.Write('<type of log>','<history text>','<status>','<csrf if enabled>','<uri to your api that does the query to db>',function(err,data) 
{
  // do something
});

Release History

v0.0.1

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago