Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Feb 25, 2012
1 parent 0a74472 commit 7af5514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions peerindex/README.md
@@ -1,16 +1,16 @@
# YQL Datatables for peerindex.net # YQL Datatables for PeerIndex API


YQL datatables for the [PeerIndex API][peerindex_api]. YQL datatables for the [PeerIndex API][peerindex_api].


Note: When you are using the [YQL community tables][yql_community_tables] then you can leave away all the `USE ...` statements in the examples below.

# Examples of Usage # Examples of Usage


First you need to include the YQL datatables into the [YQL console][yql_console] and set your PeerIndex API key: First you need to include the YQL datatables into the [YQL console][yql_console] and set your PeerIndex API key:


USE "https://github.com/spier/yql-tables/raw/peerindex/peerindex/peerindex.profile.xml"; USE "https://github.com/spier/yql-tables/raw/peerindex/peerindex/peerindex.profile.xml";
USE "https://github.com/spier/yql-tables/raw/peerindex/peerindex/peerindex.show.xml"; USE "https://github.com/spier/yql-tables/raw/peerindex/peerindex/peerindex.show.xml";
SET api_key="YOUR_API_KEY_HERE" ON peerindex; SET api_key="YOUR_API_KEY_HERE" ON peerindex;

Note: When you are using the [YQL community tables][yql_community_tables] then you can leave the `USE ...` statements away.


## Get the PeerIndex of one twitter user ## Get the PeerIndex of one twitter user


Expand Down

0 comments on commit 7af5514

Please sign in to comment.