universal-user-agent
Get a user agent string across all JavaScript Runtime Environments

universal-user-agent downloads universal-user-agent version universal-user-agent license

universal-user-agentSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on universal-user-agent's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of universal-user-agent](https://npm-compare.com/img/npm-trend/THREE_YEARS/universal-user-agent.png)](https://npm-compare.com/universal-user-agent#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on universal-user-agent's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of universal-user-agent](https://npm-compare.com/img/github-trend/universal-user-agent.png)](https://npm-compare.com/universal-user-agent)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
universal-user-agent16,339,7042210.1 kB06 months agoISC
README for universal-user-agent

universal-user-agent

Get a user agent string across all JavaScript Runtime Environments

@latest Build Status

import { getUserAgent } from "universal-user-agent";

const userAgent = getUserAgent();
// userAgent will look like this
// in browser: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0"
// in node: Node.js/v8.9.4 (macOS High Sierra; x64)

License

ISC