===================== サンプル ===================== http://developer.foursquare.com/docs/samples.html .. We've hacked together a few sample applications to help you get a sense for how to use the foursquare API, and especially how easy it is to use from Javascript. Please use the code and ideas as inspiration and copy and paste liberally! foursquare APIを使うサンプルを作成しました。特にJavaScriptからいかに簡 単に使えるかを見てください。このコードは自由に使うことができます。 ------------------------------------------------------------------------------------ `トレンドの探索 `_ ------------------------------------------------------------------------------------ :ref:`Venue検索` を使用して、近隣のホットな場所を検索・表示します。 ------------------------------------------------------------------------------------ `tipsの探索 `_ ------------------------------------------------------------------------------------ :ref:`tips検索` を使用して、近隣のfriendが作成したtipsを検 索・表示します。 ------------------------------------------------------------------------------------ `How Many `_ ------------------------------------------------------------------------------------ .. Uses venue history to show how many venues matching a particular criteria the user has been to. :ref:`venue履歴` を使って、現在のユーザにマッチするvenueがどれぐらいあるかを示します。 ------------------------------------------------------------------------------------ `リスト `_ ------------------------------------------------------------------------------------ .. Uses to-do list endpoint and venue history to show which of a given list of places a user has been to and which are on their to-do list. :ref:`todoリスト` と :ref:`venue履歴` を使って、ユーザが過去に行ったことがあるリストとそこのTODOリストを表示 します。 ------------------------------------------------------------------------------------ `履歴ブラウザ `_ ------------------------------------------------------------------------------------ .. Uses venue history to show which of a given list of places a user has been to and which are on their to-do list. :ref:`venue履歴` ユーザが過去に行ったことがあるリス トとそこのTODOリストを表示します。