An open API service indexing awesome lists of open source software.

https://github.com/torann/agent.js

Easily get information about the browser.
https://github.com/torann/agent.js

Last synced: about 1 month ago
JSON representation

Easily get information about the browser.

Awesome Lists containing this project

README

        

# Agent Information

Easily get information about the browser.

## Getting Started

You can install the plugin using Bower:

```bash
bower install agent.js
```

## Available Information:

```js
window.agentDetails.screen;
window.agentDetails.viewport;
window.agentDetails.zoom;
window.agentDetails.pixelRatio;
window.agentDetails.browser;
window.agentDetails.browserVersion;
window.agentDetails.browserMajorVersion;
window.agentDetails.mobile;
window.agentDetails.os;
window.agentDetails.osVersion;
window.agentDetails.cookies;
```