You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an issue with the database necessitating a re-release within the month, the corresponding files will be overwritten.
22
22
23
-
## Usage: Scala
24
-
25
-
Check out the dedicated repository: https://github.com/snowplow-referer-parser/scala-referer-parser
26
-
27
-
## Usage: Java
28
-
29
-
Check out the dedicated repository: https://github.com/snowplow-referer-parser/java-referer-parser
30
-
31
-
## Usage: Ruby
32
-
33
-
Check out the dedicated repository: https://github.com/snowplow-referer-parser/ruby-referer-parser
34
-
35
-
## Usage: Python
36
-
37
-
Check out the dedicated repository: https://github.com/snowplow-referer-parser/python-referer-parser
38
-
39
-
## Usage: node.js
40
-
41
-
The node.js (JavaScript) version of this library uses a hybrid of the new and old API, and identifies search, social, webmail, internal and unknown referers:
42
-
43
-
Create a new instance of a Referer object by passing in the url you want to parse:
@@ -127,37 +78,17 @@ You can contact the Snowplow Analytics team through any of the [channels listed
127
78
128
79
`referers.yml`is based on [Piwik's][piwik] [`SearchEngines.php`][piwik-search-engines] and [`Socials.php`][piwik-socials], copyright 2012 Matthieu Aubry and available under the [GNU General Public License v3][gpl-license].
129
80
130
-
The node.js (JavaScript) port is copyright 2013-2014 [Martin Katrenik][mkatrenik] and is available under the [Apache License, Version 2.0][apache-license].
0 commit comments