aiascs-blockchain
Version:
Sample Module for blockchain status of entities relate to each other
26 lines (23 loc) • 714 B
JavaScript
const printMessage = require('print-message');
printMessage([
"Hello am Danford Kija David form Tanzania," +
" am gradudating this year (2021) am looking for the great professional team to work with , Let build software together ,my contacts are github:@Kijacode, whatsapp:+255762434508, email:kijadanford@gmail.com ,linkedin: Danford Kija , twitter: @Kijacode"
],
{
border:true,
color:'green',
borderColor:'blue',
borderSymbol:'|',
sideSymbol:'|',
leftTopSymbol:'L',
leftBottomSymbol:'r',
rightBottomSymbol:'',
marginTop:3,
marginBottom:3,
paddingTop:2,
paddingBottom:2,
printFn:function(message){
process.stdout.write(message);
}
}
)