ua2os
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

UA2OS

Detect the OS from a User-Agent string.

Install

npm install --save ua2os

Usage

import ua2os from 'ua2os';

ua2os ( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36' ); // => 'windows'

License

MIT © Fabio Spampinato

Readme

Keywords

Package Sidebar

Install

npm i ua2os

Weekly Downloads

6

Version

2.0.1

License

none

Unpacked Size

9.03 kB

Total Files

15

Last publish

Collaborators

  • fabiospampinato