Popularity
0.6
Stable
Activity
0.0
Stable
8
3
3

Description

Simple definition of popular operating systems and browsers in JS without dependencies.

Programming language: JavaScript
License: GNU General Public License v3.0 or later
Tags: Browser Detection     JavaScript     Js     Browser     Detection     Detect    

DetectOS.js alternatives and similar libraries

Based on the "Browser Detection" category.
Alternatively, view detectOS.js alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of DetectOS.js or a related project?

Add another 'Browser Detection' Library

README

DetectOS.js

Simple definition of popular operating systems and browsers in JS without dependencies.

Install

NPM:

npm i detectos.js

Yarn:

yarn add detectos.js

Bower:

bower i detectos.js

Usage

import DetectOS from 'detectos.js'
const Detect = new DetectOS()

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