0.0.3 • Published 9 years ago

useragent-list v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

useragent-list

useragents collection in XML and json formats. This collection is a fixed version of a XML posted on (techpatterns forum)techpatterns.com/forums/about304.html
A possible usage of useragents list collection is to test browser detection tools.

Browser object example:

'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36': {
  'browser': 'chrome',
  'os': 'windows',
  'version': 41,
  'type': 'desktop'
}

Installation

  • npm i --save opudalo/useragent-list
    or
  • bower i --save opudalo/useragent-list
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago