Skip to content

mmiszy/uatools.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uatools.js

A set of tools to help you analyse user agent strings. The intent is not to provide a tool to help sniffing user agent but to help web developers to suggest right associated app based on right operating system.

You can try it live here: https://mmiszy.github.io/uatools.js/

Once referenced, uatools.js allows you to call:

  • uaTools.getOperatingSystem()
  • uaTools.isMobile()
  • uaTools.isTablet()

Feel free to contribute to get even more accurate results!

Looking for older version?

Legacy version can be found on branch version-1.0.

About

A set of tools to help you analyse user agent strings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.5%
  • HTML 37.5%