-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
41 lines (23 loc) · 853 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
yelp4r
======
Yelp4r is a Ruby wrapper for the Yelp API. It utilizes the amazing HTTParty gem by John Nunemaker.
If you need to build an API wrapper that gem is an enourmous help, refer to the following:
http://railstips.org/2008/7/29/it-s-an-httparty-and-everyone-is-invited
Yelp API Docs
=========
http://www.yelp.com/developers/documentation
You will need to register for a Yelp API Key.
USAGE
==========
See http://github.com/tcocca/yelp4r/tree/master/examples
INSTALLATION
==========
sudo gem install yelp4r -s http://gemcutter.org
QUESTION/CONCERNS/COMMENTS
==========
Send me an email through github or at tom dot cocca at gmail dot com
Feel free to fork and submit changes
There is a test suite built on rspec.
COPYRIGHT
=========
Copyright (c) 2008 Tom Cocca. See LICENSE for details.