Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marek-g/latest_user_agent
Get latest browser user agent
https://github.com/marek-g/latest_user_agent
Last synced: about 2 months ago
JSON representation
Get latest browser user agent
- Host: GitHub
- URL: https://github.com/marek-g/latest_user_agent
- Owner: marek-g
- License: unlicense
- Created: 2022-08-10T15:10:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T16:42:52.000Z (7 months ago)
- Last Synced: 2024-10-21T01:37:17.702Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# latest_user_agent
[![Crates.io Version](https://img.shields.io/crates/v/latest_user_agent.svg)](https://crates.io/crates/latest_user_agent)
[![Docs.rs Version](https://docs.rs/latest_user_agent/badge.svg)](https://docs.rs/latest_user_agent)
[![License Unlicense](https://img.shields.io/crates/l/latest_user_agent.svg)](http://unlicense.org/UNLICENSE)Rust library for generating latest browser user agent.
Currently supports `Firefox` on `Linux x86 64-bit` and `Windows x86 64-bit`. It gets the latest number from header of the `https://www.mozilla.org/en-US/firefox/new/` page.
The returned user agent looks like `Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0`.