Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 378 Bytes

javascript library for SnLOg

Instalation:

npm:

 npm install --save sn_log

usage:

  import sn_log from 'sn_log'
  new sn_log('API_KEY')
         .log('groupName','message', options, (error, result) =>{
		    // check error or result
         });

options:

  • label : (String) => the name of label created in the group ("warning", "success")