Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 235 Bytes

Shieldfy Official Nodejs Client | WIP

This package still in the development PHASE

require('./shieldfy').start({
    appKey:'lajshdkjas'
});


console.log('test');

var buf2 = new Buffer('abc');
console.log(buf2);