Skip to content

frozzare/upy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upy

upy is a easy to use machine uptime module for node.js build C++. Have been tested under Mac and Linux system. Don't have any Windows support.

installation

  1. install npm curl http://npmjs.org/install.sh | sh
  2. npm install upy

build

npm install node-gyp -g
node-gyp configure build

or on older node.js versions

node-waf configure build

test the installation

  1. npm install -g mocha
  2. mocha test/values.js

usage

Quick example using upy,

var upy = require('./upy');

console.log( upy.uptime() ); // Uptime x day(s), x hour(s), x minute(s), x second(s)

functions

upy.uptime()			// returns a string telling you the uptime
upy.days()				// returns uptime in days
upy.hours()				// returns uptime in hours
upy.minutes()			// returns uptime in minute
upy.seconds()			// returns uptime in seconds
upy.timestamp()			// returns uptime as a timestamp (seconds)

copyright and license

upy is release under MIT license.

Copyright 2011 Fredrik Forsmo

About

Upy is a easy to use machine uptime module for node.js build C++.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published