An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# uap-ref-impl [![Build Status](https://secure.travis-ci.org/ua-parser/uap-ref-impl.svg?branch=master)](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).