brwsr

1.0.1 • Public • Published

brwsr

Get current browser

User agent sniffing is considered bad practice and should be avoided if possible.

Install

$ npm install --save brwsr

Usage

var brwsr = require('brwsr');
 
console.log(brwsr());
//=> 'Google Chrome'

License

MIT © Andreas Gillström

Package Sidebar

Install

npm i brwsr

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gillstrom