3.0.1 • Published 7 years ago

ozz v3.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

###NPM package to log data to ozz

####Usage

######Installation npm install ozz

######Usage const ozz_setup = {

"pat":"pat",

"pid":"pid",

"bot_guid":"1da94dd2-9bdf-11e7-9399-0242ac110007"

}

const ozz = require('../index')(ozz_setup);

const message = "hi";

ozz.message(message)

.then( function(body){

    console.log(body);

})

.catch(function(error)){

    console.log(error);

})
3.0.1

7 years ago

3.0.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago