https://github.com/ua-parser/uap-ref-impl
JavaScript reference implementation of ua-parser.
https://github.com/ua-parser/uap-ref-impl
Last synced: 12 months ago
JSON representation
JavaScript reference implementation of ua-parser.
- Host: GitHub
- URL: https://github.com/ua-parser/uap-ref-impl
- Owner: ua-parser
- License: other
- Created: 2014-02-17T15:08:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T12:59:46.000Z (over 5 years ago)
- Last Synced: 2025-06-13T01:23:57.075Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 27
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uap-ref-impl [](https://travis-ci.org/ua-parser/uap-ref-impl)
This repository contains the reference parser implementation of [uap-core](https://github.com/ua-parser/uap-core).
Specification for parsing the regexes file is at [uap-core/docs](https://github.com/ua-parser/uap-core/blob/master/docs/specification.md).
## License
Available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).