0.0.3 • Published 10 years ago

devicejs v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

###Devicejs

NPM

Build Status

######Devicejs is a library with which you can easily detect the client environment, convenient the web development.

##Installation

Install with npm:

	$ npm install devicejs

Install with bower:

	$ bower install device

##usage

	var device = require("devicejs");
	console.log(device.platform);

##APIs

refer to Node.js OS api for full usage. They are just the same.