New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

get-browsers

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-browsers

Get ten most popular web browsers

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
8
166.67%
Maintainers
1
Weekly downloads
 
Created
Source

get-browsers Build Status

Get ten most popular web browsers

Install

$ npm install --save get-browsers

Usage

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

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

CLI

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

Usage
  $ get-browsers

License

MIT © Kevin Mårtensson

Keywords

browser

FAQs

Package last updated on 10 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts