Skip to content

sorenmacbeth/query-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

query-extractor

Build Status

A very small library for extracting a search query string given a referrer address. It should work for Yahoo, Google, and Bing searches. If it doesn't please let me know so the library can improve.

Usage

for leiningen:

[query-extractor "0.0.9"]

An example REPL session:

=> (use 'query-extractor.core)
=> (extract "http://www.google.com/search?q=just+an+example")
=>"just an example"

License

Copyright (C) 2011 Soren Macbeth

Distributed under the Eclipse Public License, the same as Clojure.

About

A small library for extracting query strings from search engine referrers

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •