https://github.com/denoed/useragents
Most common user agents.
https://github.com/denoed/useragents
deno library module user-agent
Last synced: about 2 months ago
JSON representation
Most common user agents.
- Host: GitHub
- URL: https://github.com/denoed/useragents
- Owner: Denoed
- License: agpl-3.0
- Created: 2022-10-21T09:04:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T17:01:41.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:59:38.267Z (about 2 months ago)
- Topics: deno, library, module, user-agent
- Language: JavaScript
- Homepage: https://deno.land/x/useragents
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UserAgents
***[Deno]*** *module providing access*
*to the latest **UserAgents**.*
## Source
Fetched from **[Willshouse Techblog][Blog]** with more
effort than necessary, since they don't seem to
have a simple JSON endpoint.*Thanks to them, but they should add an endpoint.*
## Endpoints
*Hosted data on GitHub static pages.*
- [https://denoed.github.io/UserAgents/Common.json](https://denoed.github.io/UserAgents/Common.json)
## Updates
There is currently no automated updating and
I'm not even sure how problematic it would be,
considering the usage of the WebView.I added a UTC timestamp so
you know how old the data is.
[Blog]: https://techblog.willshouse.com/2012/01/03/most-common-user-agents/
[Deno]: https://deno.land/