2.0.0 • Published 8 years ago

get-browsers v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

get-browsers Build Status

Get ten most popular web browsers

Install

$ npm install --save get-browsers

Usage

const getBrowsers = require('get-browsers');

getBrowsers().then(data => {
	console.log(data);
	//=> [{item: 'Chrome 34', percent: '20.71%'}, {item: 'Firefox 28', percent: '13.04%'}, ...]
});

API

getBrowsers()

Returns a promise for an array with the ten most popular web browsers from w3counter

CLI

$ npm install --global get-browsers
$ get-browsers --help

  Usage
    $ get-browsers

License

MIT © Kevin Mårtensson

2.0.0

8 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago