Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralphtheninja/user-agent-array
An array of user agent strings.
https://github.com/ralphtheninja/user-agent-array
array user-agent
Last synced: 24 days ago
JSON representation
An array of user agent strings.
- Host: GitHub
- URL: https://github.com/ralphtheninja/user-agent-array
- Owner: ralphtheninja
- License: mit
- Created: 2018-02-08T12:36:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T09:37:56.000Z (over 2 years ago)
- Last Synced: 2024-10-16T23:12:56.592Z (about 1 month ago)
- Topics: array, user-agent
- Language: JavaScript
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# user-agent-array
> An array of user agent strings.
[![npm](https://img.shields.io/npm/v/user-agent-array.svg)](https://www.npmjs.com/package/user-agent-array)
![Node version](https://img.shields.io/node/v/user-agent-array.svg)
[![Build Status](https://travis-ci.org/ralphtheninja/user-agent-array.svg?branch=master)](https://travis-ci.org/ralphtheninja/user-agent-array)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)## Install
```
$ npm i user-agent-array -S
```## Usage
```js
console.log(require('user-agent-array'))
```## API
### `const array = require('user-agent-array')`
Exports an array of user agent strings.
## Kudos
This data was extracted from [`random-http-useragent`](https://github.com/hfreire/random-http-useragent).
## License
MIT