Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ainame/foursquare-module
the part of foursquare API wrapper module
https://github.com/ainame/foursquare-module
Last synced: about 2 months ago
JSON representation
the part of foursquare API wrapper module
- Host: GitHub
- URL: https://github.com/ainame/foursquare-module
- Owner: ainame
- Created: 2011-06-17T11:38:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-17T19:43:39.000Z (over 13 years ago)
- Last Synced: 2024-05-01T19:27:01.197Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
☆概要
Rubyでfoursquare(http://foursquare.com/) のAPIにアクセスするための
ラッパーを書きました。ただ、全部のエンドポイントに対応してるわけではありません。
foursqaureのAPIについて、詳しくはこちらを御覧ください。
https://developer.foursquare.com/docs/☆動作環境
Ruby1.9.2で開発しています。require_relativeなどを利用しているため
1.8系では動かないと思われます。またこのモジュールを利用するためには以下のgemが最低限必要です。
・httparty (https://github.com/jnunemaker/httparty)☆使い方
sample.rbにsinatraを使って、fousquareにログインして
ユーザー情報を取得するまでのコードを書きました。