1.0.0 • Published 7 years ago

nomo-code v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NOMO

A simple custom module for adding a zero to numbers and creating DATETIME timestamps in UTC

install

npm install nomo

how it works

var nomo = require('nomo');
var num0 = nomo.addz(8);
var num = nomo.addz(48);
var timestamp = nomo.ts();

console.log(timestamp);
console.log(num0,num1);

This is mainly for me to learn about writing modules but if you want it, have at it.