0.2.2 • Published 5 years ago

fast-rock v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

fast-rock


Faster User-Agent to TAL device identification.
Based on bbc/melanite

For example usage see example.js

this package uses neon for rust

API

See: https://joeyt.co.uk/fast/api/

Matcher:

{
  brand: String, // the brand of the device
  model: String, // the model name of the device
  invariants: [String], // substrings that will always be present
  disallowed: [String], // substrings that can never be present
  fuzzy: String // an example user agent that will be fuzzily matched, assuming that the invariants and disalloweds are met
}

Device:

{
  brand: String, // the brand of the device
  model: String, // the model name of the device
}
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago