Subhojit1992 / detectOS.js

A simple definition of the popular OS and browsers on JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detectOS.js

A simple definition of the popular OS and browsers on JS

Install

NPM:
npm i detectos.js
Bower:
bower i detectos.js
Download:

https://raw.githubusercontent.com/1000tech/detectOS.js/master/detectOS.js

Usage

console.log("We know your browser – it's " + Detect.browser + " " + Detect.version);
console.log("We know your OS – it's " + Detect.OS);
console.log("We know everything about you.");

Demo

Used on MobiDevices

About

A simple definition of the popular OS and browsers on JavaScript.

License:Other


Languages

Language:JavaScript 100.0%