Skip to content

stark-jarvis/uadetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UA Detector

UA Detector is a library that focus on useragent analysing.

UA Detector runs on Node.js. You should install Node.js(at least 0.10.0) first, then do this in command line:

npm install uadetector -g

Simple usage

View package version

uadetect -v

Device brand analysing

uadetect "an useragent string" -devicebrand

OS analysing

uadetect "an useragent string" -os

Browser core analysing

uadetect "an useragent string" -browsercore

Browser analysing

uadetect "an useragent string" -browser

#Advanced usage

Specify output format

uadetect "an useragent string" -devicebrand -format "%name|%version"

Analyse all

uadetect "an useragent string" -devicebrand -os -browsercore -browser

About

A program used to analyse useragent string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%