Skip to content

mobilehero/os

 
 

Repository files navigation

titanium-os

node.js-style os for Titanium. It can serve as a drop-in replacement for node.js os for use with browserify.

install

$ npm install titanium-os
$ cp node_modules/titanium-os/titanium-os.js /path/to/project/Resources/

example

var os = require("titanium-os");
console.log(os.platform() + ' is the same as ' + Ti.Platform.name);

About

node.js os module for Titanium

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%