prevapp_p_tag_update
v0.0.3
Published
- [Install](#install) - [Introduction](#introduction) - [Input_object](#Input_object) - [Output_object](#Output_object)
Readme
prevapp_p_tag_update
Table of Contents
Install
$ npm install prevapp_p_tag_update"Introduction
It updates comment into tag collection from a queue
start
node app.js {db_name} {refreshTimmer(in seconds)} {host}(optional:def 'localhost')
Input_object
[ { id: 'object id string', comment: 'tag string' ,user:'string'} ]Output_object
This modules does not output
