3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

Engine parse? #43

Closed klimashkin closed 9 years ago

klimashkin commented 10 years ago

Hello! It would be great if engine will parse. Something like:

{ name: 'WebKit', version: '537.71' }
{ name: 'Trident', version: '7.0' }
3rd-Eden commented 10 years ago

Hey,

I have no intentions of writing parsers for that my self because I wouldn't use be using it. But I'll be more than happy to accept pull requests for this.