Skip to content

hallss93/browser-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

browser-os

A module to inform the Browser Operating System

How?

Start:

  1. Install with npm i --save browser-os
  2. Import and use:
var OS = require('browser-os')()

//or
console.log(require('browser-os')())

//or
var OS = require('browser-os')
console.log(OS())

/*
* Return STRING with OS
* Ex: Windows 10
*/

About

A module to inform the Browser Operating System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published