Skip to content

Commit

Permalink
adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
danbeam committed Sep 16, 2011
1 parent d676037 commit f382d93
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bevmo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
BevMo YQL table[s]
==================

bevmo.search
------------

__Description__

Searches BevMo's database for any term you specify (and returns suggestions if you were way off).

__Parameters__

- query(string): a term to search for

__Example:__

use "https://github.com/danbeam/yql-tables/raw/master/bevmo/bevmo.search.xml";
select * from bevmo.search where query='rex goliath';

0 comments on commit f382d93

Please sign in to comment.