gowalla 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/.document +5 -0
  2. data/.gitignore +25 -0
  3. data/Gemfile +3 -0
  4. data/Gemfile.lock +43 -0
  5. data/LICENSE +20 -0
  6. data/README.md +96 -0
  7. data/Rakefile +14 -0
  8. data/changelog.md +33 -0
  9. data/gowalla.gemspec +30 -0
  10. data/lib/gowalla.rb +26 -22
  11. data/lib/gowalla/checkins.rb +31 -0
  12. data/lib/gowalla/client.rb +22 -176
  13. data/lib/gowalla/flags.rb +42 -0
  14. data/lib/gowalla/items.rb +22 -0
  15. data/lib/gowalla/spots.rb +67 -0
  16. data/lib/gowalla/trips.rb +27 -0
  17. data/lib/gowalla/users.rb +91 -0
  18. data/lib/gowalla/version.rb +3 -0
  19. data/test/checkins_test.rb +18 -0
  20. data/test/client_test.rb +72 -0
  21. data/test/fixtures/categories.json +1826 -0
  22. data/test/fixtures/category.json +8 -0
  23. data/test/fixtures/challenges.json +191 -0
  24. data/test/fixtures/checkin.json +21 -0
  25. data/test/fixtures/events.json +185 -0
  26. data/test/fixtures/find_spots.json +620 -0
  27. data/test/fixtures/find_trips.json +695 -0
  28. data/test/fixtures/flag.json +23 -0
  29. data/test/fixtures/flags.json +31 -0
  30. data/test/fixtures/friend_requests.json +21 -0
  31. data/test/fixtures/friends.json +3 -0
  32. data/test/fixtures/friends_recent.json +243 -0
  33. data/test/fixtures/item.json +8 -0
  34. data/test/fixtures/item_events.json +35 -0
  35. data/test/fixtures/items.json +100 -0
  36. data/test/fixtures/me.json +49 -0
  37. data/test/fixtures/missing_items.json +1 -0
  38. data/test/fixtures/new_spot.json +49 -0
  39. data/test/fixtures/photos.json +88 -0
  40. data/test/fixtures/pins.json +81 -0
  41. data/test/fixtures/potential_twitter_friends.json +2090 -0
  42. data/test/fixtures/spot.json +251 -0
  43. data/test/fixtures/spots.json +557 -0
  44. data/test/fixtures/spots_by_category.json +620 -0
  45. data/test/fixtures/spots_urls.json +26 -0
  46. data/test/fixtures/stamps.json +284 -0
  47. data/test/fixtures/top_spots.json +64 -0
  48. data/test/fixtures/trip.json +22 -0
  49. data/test/fixtures/trips.json +881 -0
  50. data/test/fixtures/user.json +43 -0
  51. data/test/fixtures/users.json +46 -0
  52. data/test/fixtures/vaulted_items.json +12 -0
  53. data/test/fixtures/visited_spots.json +1 -0
  54. data/test/flags_test.rb +46 -0
  55. data/test/helper.rb +6 -6
  56. data/test/items_test.rb +26 -0
  57. data/test/spots_test.rb +70 -0
  58. data/test/trips_test.rb +25 -0
  59. data/test/users_test.rb +83 -0
  60. metadata +177 -29
  61. data/test/gowalla_test.rb +0 -214
@@ -0,0 +1,8 @@
1
+ {
2
+ "small_image_url": "http://static.gowalla.com/categories/1-small-standard.png",
3
+ "name": "Coffee Shop",
4
+ "url": "/categories/1",
5
+ "spot_categories": [],
6
+ "image_url": "http://static.gowalla.com/categories/1-standard.png",
7
+ "description": ""
8
+ }
@@ -0,0 +1,191 @@
1
+ [{
2
+ "published": true,
3
+ "image_url": "http://static.gowalla.com/missions/64-ec96bdaa7de97afb32bb71f5d218d41c.png",
4
+ "name": "Explorer",
5
+ "user_url": null,
6
+ "featured": true,
7
+ "completed": false,
8
+ "url": "/trips/64",
9
+ "spots": []
10
+ },
11
+ {
12
+ "published": true,
13
+ "image_url": "http://static.gowalla.com/missions/65-bc5f0af5926aca115070df5243f1b4d8.png",
14
+ "name": "Wayfarer",
15
+ "user_url": "/users/1934",
16
+ "featured": true,
17
+ "completed": false,
18
+ "url": "/trips/65",
19
+ "spots": []
20
+ },
21
+ {
22
+ "published": true,
23
+ "image_url": "http://static.gowalla.com/missions/61-65f8a1f8f7790ac5c3d3feb860c02f2a.png",
24
+ "name": "Wanderer",
25
+ "user_url": "/users/1934",
26
+ "featured": true,
27
+ "completed": true,
28
+ "url": "/trips/61",
29
+ "spots": []
30
+ },
31
+ {
32
+ "published": true,
33
+ "image_url": "http://static.gowalla.com/missions/63-0dbd41d9053c01864e866f40e563c53c.png",
34
+ "name": "Discoverer",
35
+ "user_url": "/users/1934",
36
+ "featured": true,
37
+ "completed": false,
38
+ "url": "/trips/63",
39
+ "spots": []
40
+ },
41
+ {
42
+ "published": true,
43
+ "image_url": "http://static.gowalla.com/missions/4-b5b729af716e9a54b237ef844abc2ced.png",
44
+ "name": "Visit 10 Coffeeshops",
45
+ "user_url": "/users/1934",
46
+ "featured": true,
47
+ "completed": false,
48
+ "url": "/trips/4",
49
+ "spots": []
50
+ },
51
+ {
52
+ "published": true,
53
+ "image_url": "http://static.gowalla.com/missions/67-8929a62e2fb60c92b39c4c2c2a6d92cd.png",
54
+ "name": "Voyager",
55
+ "user_url": "/users/1934",
56
+ "featured": true,
57
+ "completed": false,
58
+ "url": "/trips/67",
59
+ "spots": []
60
+ },
61
+ {
62
+ "published": true,
63
+ "image_url": "http://static.gowalla.com/missions/72-8a3893f3eb38d92337c0067b2d8bf766.png",
64
+ "name": "Engineer",
65
+ "user_url": "/users/1934",
66
+ "featured": true,
67
+ "completed": false,
68
+ "url": "/trips/72",
69
+ "spots": []
70
+ },
71
+ {
72
+ "published": true,
73
+ "image_url": "http://static.gowalla.com/missions/71-73ebfa294b229b7c2749eaf6743435ab.png",
74
+ "name": "Hacker",
75
+ "user_url": "/users/1934",
76
+ "featured": true,
77
+ "completed": false,
78
+ "url": "/trips/71",
79
+ "spots": []
80
+ },
81
+ {
82
+ "published": true,
83
+ "image_url": "http://static.gowalla.com/missions/60-316a866168eadbff6507416187f0b7c8.png",
84
+ "name": "Ranger",
85
+ "user_url": "/users/1934",
86
+ "featured": true,
87
+ "completed": false,
88
+ "url": "/trips/60",
89
+ "spots": []
90
+ },
91
+ {
92
+ "published": true,
93
+ "image_url": "http://static.gowalla.com/missions/70-ab8c95b86111bd65f40132c2f9957852.png",
94
+ "name": "Code Monkey",
95
+ "user_url": "/users/1934",
96
+ "featured": true,
97
+ "completed": false,
98
+ "url": "/trips/70",
99
+ "spots": []
100
+ },
101
+ {
102
+ "published": true,
103
+ "image_url": "http://static.gowalla.com/missions/73-1980ec98fdcaba20b6e4c193018dd946.png",
104
+ "name": "The CTO",
105
+ "user_url": "/users/1934",
106
+ "featured": true,
107
+ "completed": false,
108
+ "url": "/trips/73",
109
+ "spots": []
110
+ },
111
+ {
112
+ "published": true,
113
+ "image_url": "http://static.gowalla.com/missions/68-f17452051947dd69abf741c91f5f9032.png",
114
+ "name": "Epic Voyager",
115
+ "user_url": "/users/1934",
116
+ "featured": true,
117
+ "completed": false,
118
+ "url": "/trips/68",
119
+ "spots": []
120
+ },
121
+ {
122
+ "published": true,
123
+ "image_url": "http://static.gowalla.com/missions/90-400a4d05f9acbe713c126ef06c48d740.png",
124
+ "name": "Get Out with Incase!",
125
+ "user_url": "/users/1934",
126
+ "featured": true,
127
+ "completed": false,
128
+ "url": "/trips/90",
129
+ "spots": []
130
+ },
131
+ {
132
+ "published": true,
133
+ "image_url": "http://static.gowalla.com/missions/62-18c1aa0ca22640afa0718655bb4c672c.png",
134
+ "name": "Sightseer",
135
+ "user_url": "/users/1934",
136
+ "featured": true,
137
+ "completed": true,
138
+ "url": "/trips/62",
139
+ "spots": []
140
+ },
141
+ {
142
+ "published": true,
143
+ "image_url": "http://static.gowalla.com/trips/23-5ee2c56564a0043fada19cb2762923be.png",
144
+ "name": "Green Jacket Tour",
145
+ "user_url": "/users/1934",
146
+ "featured": true,
147
+ "completed": false,
148
+ "url": "/trips/24",
149
+ "spots": [{
150
+ "url": "/spots/10840"
151
+ },
152
+ {
153
+ "url": "/spots/10810"
154
+ },
155
+ {
156
+ "url": "/spots/10808"
157
+ },
158
+ {
159
+ "url": "/spots/10812"
160
+ },
161
+ {
162
+ "url": "/spots/10835"
163
+ }]
164
+ },
165
+ {
166
+ "published": true,
167
+ "image_url": "http://static.gowalla.com/trips/20-560bb912f653ce1d5a033b8a40205687.png",
168
+ "name": "Ohio State",
169
+ "user_url": "/users/1934",
170
+ "featured": true,
171
+ "completed": false,
172
+ "url": "/trips/22",
173
+ "spots": [{
174
+ "url": "/spots/10449"
175
+ },
176
+ {
177
+ "url": "/spots/10448"
178
+ },
179
+ {
180
+ "url": "/spots/10445"
181
+ },
182
+ {
183
+ "url": "/spots/10447"
184
+ },
185
+ {
186
+ "url": "/spots/10446"
187
+ },
188
+ {
189
+ "url": "/spots/10452"
190
+ }]
191
+ }]
@@ -0,0 +1,21 @@
1
+ {
2
+ "activity": [],
3
+ "activity_url": "/checkins/13963823/activity",
4
+ "created_at": "2010-08-06T01:42:13Z",
5
+ "message": "There sending us Back-- to the Future!",
6
+ "spot": {
7
+ "image_url": "http://static.gowalla.com/categories/30-c21e752b813cd8873603a18e06431675-100.png?1",
8
+ "name": "Movie Tavern",
9
+ "url": "/spots/195556"
10
+ },
11
+ "type": "checkin",
12
+ "url": "/checkins/13963823",
13
+ "user": {
14
+ "_is_friend": true,
15
+ "first_name": "Wynn",
16
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/1707-standard.jpg?1262011383?1",
17
+ "last_name": "Netherland",
18
+ "photos_url": "/users/1707/photos",
19
+ "url": "/users/1707"
20
+ }
21
+ }
@@ -0,0 +1,185 @@
1
+ {
2
+ "activity": [
3
+ {
4
+ "comments_count": 0,
5
+ "type": "checkin",
6
+ "created_at": "2010-03-05T22:17:56+00:00",
7
+ "photos_count": 0,
8
+ "activity_url": "/checkins/4288683/activity",
9
+ "message": "",
10
+ "user": {
11
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/3104-standard.jpg?1253304471",
12
+ "last_name": "Mack",
13
+ "url": "/users/3104",
14
+ "first_name": "Rob"
15
+ },
16
+ "url": "/checkins/4288683"
17
+ },
18
+ {
19
+ "comments_count": 4,
20
+ "type": "checkin",
21
+ "created_at": "2010-03-05T08:05:40+00:00",
22
+ "photos_count": 1,
23
+ "activity_url": "/checkins/4257648/activity",
24
+ "message": "Taking a photo from the garage.",
25
+ "user": {
26
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/2-standard.jpg?1251170137",
27
+ "last_name": "Williams",
28
+ "url": "/users/2",
29
+ "first_name": "Josh"
30
+ },
31
+ "url": "/checkins/4257648"
32
+ },
33
+ {
34
+ "comments_count": 0,
35
+ "type": "checkin",
36
+ "created_at": "2010-03-05T03:33:10+00:00",
37
+ "photos_count": 0,
38
+ "activity_url": "/checkins/4252042/activity",
39
+ "message": "",
40
+ "user": {
41
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/51430-standard.jpg?1260482148",
42
+ "last_name": "Jaffe",
43
+ "url": "/users/51430",
44
+ "first_name": "Allison"
45
+ },
46
+ "url": "/checkins/4252042"
47
+ },
48
+ {
49
+ "comments_count": 0,
50
+ "type": "checkin",
51
+ "created_at": "2010-03-04T19:52:24+00:00",
52
+ "photos_count": 0,
53
+ "activity_url": "/checkins/4234162/activity",
54
+ "message": "They removed my sticker!",
55
+ "user": {
56
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/118107-standard.jpg?1266009607",
57
+ "last_name": "Frost",
58
+ "url": "/users/118107",
59
+ "first_name": "Halstead"
60
+ },
61
+ "url": "/checkins/4234162"
62
+ },
63
+ {
64
+ "comments_count": 0,
65
+ "type": "checkin",
66
+ "created_at": "2010-03-03T21:45:33+00:00",
67
+ "photos_count": 0,
68
+ "activity_url": "/checkins/4194285/activity",
69
+ "message": "",
70
+ "user": {
71
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/15722-standard.jpg?1258238278",
72
+ "last_name": "Smith",
73
+ "url": "/users/15722",
74
+ "first_name": "Brien"
75
+ },
76
+ "url": "/checkins/4194285"
77
+ },
78
+ {
79
+ "comments_count": 0,
80
+ "type": "checkin",
81
+ "created_at": "2010-03-03T18:37:43+00:00",
82
+ "photos_count": 0,
83
+ "activity_url": "/checkins/4186421/activity",
84
+ "message": "To go order plus exercise ",
85
+ "user": {
86
+ "image_url": "http://gowalla.com/images/default-user.jpg",
87
+ "last_name": "Myers",
88
+ "url": "/users/104205",
89
+ "first_name": "Jamie"
90
+ },
91
+ "url": "/checkins/4186421"
92
+ },
93
+ {
94
+ "comments_count": 0,
95
+ "type": "checkin",
96
+ "created_at": "2010-03-03T18:24:38+00:00",
97
+ "photos_count": 0,
98
+ "activity_url": "/checkins/4185787/activity",
99
+ "message": "",
100
+ "user": {
101
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/26700-standard.jpg?1259180481",
102
+ "last_name": "*",
103
+ "url": "/users/26700",
104
+ "first_name": "whurley"
105
+ },
106
+ "url": "/checkins/4185787"
107
+ },
108
+ {
109
+ "comments_count": 0,
110
+ "type": "checkin",
111
+ "created_at": "2010-03-03T18:20:23+00:00",
112
+ "photos_count": 0,
113
+ "activity_url": "/checkins/4185568/activity",
114
+ "message": "",
115
+ "user": {
116
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/73028-standard.jpg?1262382990",
117
+ "last_name": "Beckel",
118
+ "url": "/users/73028",
119
+ "first_name": "Heather"
120
+ },
121
+ "url": "/checkins/4185568"
122
+ },
123
+ {
124
+ "comments_count": 0,
125
+ "type": "checkin",
126
+ "created_at": "2010-03-03T17:25:41+00:00",
127
+ "photos_count": 0,
128
+ "activity_url": "/checkins/4182721/activity",
129
+ "message": "",
130
+ "user": {
131
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/121897-standard.jpg?1266454833",
132
+ "last_name": "Kettle",
133
+ "url": "/users/121897",
134
+ "first_name": "Ben"
135
+ },
136
+ "url": "/checkins/4182721"
137
+ },
138
+ {
139
+ "comments_count": 0,
140
+ "type": "checkin",
141
+ "created_at": "2010-03-03T00:38:32+00:00",
142
+ "photos_count": 0,
143
+ "activity_url": "/checkins/4157429/activity",
144
+ "message": "",
145
+ "user": {
146
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/97465-standard.jpg?1264027703",
147
+ "last_name": "Sewell",
148
+ "url": "/users/97465",
149
+ "first_name": "Weston"
150
+ },
151
+ "url": "/checkins/4157429"
152
+ },
153
+ {
154
+ "comments_count": 0,
155
+ "type": "checkin",
156
+ "created_at": "2010-03-02T16:50:26+00:00",
157
+ "photos_count": 0,
158
+ "activity_url": "/checkins/4137591/activity",
159
+ "message": "Testing",
160
+ "user": {
161
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/3-standard.jpg?1236873337",
162
+ "last_name": "McManus",
163
+ "url": "/users/3",
164
+ "first_name": "Adam"
165
+ },
166
+ "url": "/checkins/4137591"
167
+ },
168
+ {
169
+ "comments_count": 0,
170
+ "type": "checkin",
171
+ "created_at": "2010-03-02T01:34:25+00:00",
172
+ "photos_count": 0,
173
+ "activity_url": "/checkins/4115929/activity",
174
+ "message": "",
175
+ "user": {
176
+ "image_url": "http://s3.amazonaws.com/static.gowalla.com/users/4-standard.jpg?1253815773",
177
+ "last_name": "Critz",
178
+ "url": "/users/4",
179
+ "first_name": "John"
180
+ },
181
+ "url": "/checkins/4115929"
182
+ }
183
+ ],
184
+ "url": "/spots/18568"
185
+ }
@@ -0,0 +1,620 @@
1
+ [{
2
+ "items_url": "/spots/452593/items",
3
+ "strict_radius": false,
4
+ "small_image_url": "http://static.gowalla.com/categories/153-small-standard.png",
5
+ "items_count": 0,
6
+ "short_name": "Paloma Creek Elem...",
7
+ "visits_count": 1,
8
+ "visits_disabled": false,
9
+ "name": "Paloma Creek Elementary",
10
+ "city_state": "Aubrey, TX",
11
+ "activity_url": "/spots/452593/events",
12
+ "max_items_count": 10,
13
+ "lat": 33.2315641,
14
+ "visitors_count": 1,
15
+ "radius_meters": 50,
16
+ "events_url": "/spots/452593/events",
17
+ "websites": [],
18
+ "visits_url": "/visits?spot_id=452593",
19
+ "lng": -96.94840133,
20
+ "url": "/spots/452593",
21
+ "categories": [{
22
+ "name": "Other - College \u0026 Education",
23
+ "url": "/categories/153",
24
+ "id": 133
25
+ }],
26
+ "tier": 2,
27
+ "radius": 50,
28
+ "icons_count": 0,
29
+ "view_json": true,
30
+ "image_url": "http://static.gowalla.com/categories/153-standard.png"
31
+ },
32
+ {
33
+ "items_url": "/spots/196121/items",
34
+ "strict_radius": false,
35
+ "small_image_url": "http://static.gowalla.com/categories/100-small-standard.png",
36
+ "items_count": 1,
37
+ "short_name": "Trail Dust",
38
+ "visits_count": 2,
39
+ "visits_disabled": false,
40
+ "name": "Trail Dust",
41
+ "city_state": "Little Elm, TX",
42
+ "activity_url": "/spots/196121/events",
43
+ "max_items_count": 10,
44
+ "lat": 33.2227359833,
45
+ "visitors_count": 2,
46
+ "radius_meters": 50,
47
+ "events_url": "/spots/196121/events",
48
+ "websites": [],
49
+ "visits_url": "/visits?spot_id=196121",
50
+ "lng": -96.9687114,
51
+ "url": "/spots/196121",
52
+ "categories": [{
53
+ "name": "Steakhouse",
54
+ "url": "/categories/100",
55
+ "id": 7
56
+ }],
57
+ "tier": 2,
58
+ "radius": 50,
59
+ "icons_count": 1,
60
+ "view_json": true,
61
+ "image_url": "http://static.gowalla.com/categories/100-standard.png"
62
+ },
63
+ {
64
+ "items_url": "/spots/383511/items",
65
+ "strict_radius": false,
66
+ "small_image_url": "http://static.gowalla.com/categories/19-small-standard.png",
67
+ "items_count": 1,
68
+ "short_name": "Joey's Ristorante...",
69
+ "visits_count": 1,
70
+ "visits_disabled": false,
71
+ "name": "Joey's Ristorante Italiano",
72
+ "city_state": "Aubrey, TX",
73
+ "activity_url": "/spots/383511/events",
74
+ "max_items_count": 10,
75
+ "lat": 33.2214457333,
76
+ "visitors_count": 1,
77
+ "radius_meters": 50,
78
+ "events_url": "/spots/383511/events",
79
+ "websites": [],
80
+ "visits_url": "/visits?spot_id=383511",
81
+ "lng": -96.9356866833,
82
+ "url": "/spots/383511",
83
+ "categories": [{
84
+ "name": "Italian",
85
+ "url": "/categories/19",
86
+ "id": 7
87
+ }],
88
+ "tier": 2,
89
+ "radius": 50,
90
+ "icons_count": 1,
91
+ "view_json": true,
92
+ "image_url": "http://static.gowalla.com/categories/19-standard.png"
93
+ },
94
+ {
95
+ "items_url": "/spots/399522/items",
96
+ "strict_radius": false,
97
+ "small_image_url": "http://static.gowalla.com/categories/119-small-standard.png",
98
+ "items_count": 1,
99
+ "short_name": "7-Eleven",
100
+ "visits_count": 1,
101
+ "visits_disabled": false,
102
+ "name": "7-Eleven",
103
+ "city_state": "Little Elm, TX",
104
+ "activity_url": "/spots/399522/events",
105
+ "max_items_count": 10,
106
+ "lat": 33.2204280667,
107
+ "visitors_count": 1,
108
+ "radius_meters": 50,
109
+ "events_url": "/spots/399522/events",
110
+ "websites": [],
111
+ "visits_url": "/visits?spot_id=399522",
112
+ "lng": -96.9366610833,
113
+ "url": "/spots/399522",
114
+ "categories": [{
115
+ "name": "Gas \u0026 Automotive",
116
+ "url": "/categories/119",
117
+ "id": 6
118
+ }],
119
+ "tier": 2,
120
+ "radius": 50,
121
+ "icons_count": 1,
122
+ "view_json": true,
123
+ "image_url": "http://static.gowalla.com/categories/119-standard.png"
124
+ },
125
+ {
126
+ "items_url": "/spots/415760/items",
127
+ "strict_radius": false,
128
+ "small_image_url": "http://static.gowalla.com/categories/16-small-standard.png",
129
+ "items_count": 1,
130
+ "short_name": "Sonic",
131
+ "visits_count": 1,
132
+ "visits_disabled": false,
133
+ "name": "Sonic",
134
+ "city_state": "Aubrey, TX",
135
+ "activity_url": "/spots/415760/events",
136
+ "max_items_count": 10,
137
+ "lat": 33.2216740167,
138
+ "visitors_count": 1,
139
+ "radius_meters": 50,
140
+ "events_url": "/spots/415760/events",
141
+ "websites": [],
142
+ "visits_url": "/visits?spot_id=415760",
143
+ "lng": -96.9330237833,
144
+ "url": "/spots/415760",
145
+ "categories": [{
146
+ "name": "American",
147
+ "url": "/categories/16",
148
+ "id": 7
149
+ }],
150
+ "tier": 2,
151
+ "radius": 50,
152
+ "icons_count": 1,
153
+ "view_json": true,
154
+ "image_url": "http://static.gowalla.com/categories/16-standard.png"
155
+ },
156
+ {
157
+ "items_url": "/spots/272160/items",
158
+ "strict_radius": false,
159
+ "small_image_url": "http://static.gowalla.com/categories/89-small-standard.png",
160
+ "items_count": 1,
161
+ "short_name": "Aunt Jodie's \"Crib\"",
162
+ "visits_count": 1,
163
+ "visits_disabled": false,
164
+ "name": "Aunt Jodie's \"Crib\"",
165
+ "city_state": "Little Elm, TX",
166
+ "activity_url": "/spots/272160/events",
167
+ "max_items_count": 10,
168
+ "lat": 33.2113682,
169
+ "visitors_count": 1,
170
+ "radius_meters": 50,
171
+ "events_url": "/spots/272160/events",
172
+ "websites": [],
173
+ "visits_url": "/visits?spot_id=272160",
174
+ "lng": -96.9396896333,
175
+ "url": "/spots/272160",
176
+ "categories": [{
177
+ "name": "Craftsman",
178
+ "url": "/categories/89",
179
+ "id": 21
180
+ }],
181
+ "tier": 2,
182
+ "radius": 50,
183
+ "icons_count": 1,
184
+ "view_json": true,
185
+ "image_url": "http://static.gowalla.com/categories/89-standard.png"
186
+ },
187
+ {
188
+ "items_url": "/spots/463496/items",
189
+ "strict_radius": false,
190
+ "small_image_url": "http://static.gowalla.com/categories/16-small-standard.png",
191
+ "items_count": 0,
192
+ "short_name": "Somic ",
193
+ "visits_count": 3,
194
+ "visits_disabled": false,
195
+ "name": "Somic ",
196
+ "city_state": "Cross Roads, TX",
197
+ "activity_url": "/spots/463496/events",
198
+ "max_items_count": 10,
199
+ "lat": 33.2249429833,
200
+ "visitors_count": 3,
201
+ "radius_meters": 50,
202
+ "events_url": "/spots/463496/events",
203
+ "websites": [],
204
+ "visits_url": "/visits?spot_id=463496",
205
+ "lng": -96.9854095833,
206
+ "url": "/spots/463496",
207
+ "categories": [{
208
+ "name": "American",
209
+ "url": "/categories/16",
210
+ "id": 7
211
+ }],
212
+ "tier": 2,
213
+ "radius": 50,
214
+ "icons_count": 0,
215
+ "view_json": true,
216
+ "image_url": "http://static.gowalla.com/categories/16-standard.png"
217
+ },
218
+ {
219
+ "items_url": "/spots/196129/items",
220
+ "strict_radius": false,
221
+ "small_image_url": "http://static.gowalla.com/categories/64-small-standard.png",
222
+ "items_count": 2,
223
+ "short_name": "Prarie House",
224
+ "visits_count": 5,
225
+ "visits_disabled": false,
226
+ "name": "Prarie House",
227
+ "city_state": "Cross Roads, TX",
228
+ "activity_url": "/spots/196129/events",
229
+ "max_items_count": 10,
230
+ "lat": 33.22591515,
231
+ "visitors_count": 3,
232
+ "radius_meters": 50,
233
+ "events_url": "/spots/196129/events",
234
+ "websites": [],
235
+ "visits_url": "/visits?spot_id=196129",
236
+ "lng": -96.9881230333,
237
+ "url": "/spots/196129",
238
+ "categories": [{
239
+ "name": "Other - Food ",
240
+ "url": "/categories/64",
241
+ "id": 7
242
+ }],
243
+ "tier": 2,
244
+ "radius": 50,
245
+ "icons_count": 2,
246
+ "view_json": true,
247
+ "image_url": "http://static.gowalla.com/categories/64-standard.png"
248
+ },
249
+ {
250
+ "items_url": "/spots/216106/items",
251
+ "strict_radius": false,
252
+ "small_image_url": "http://static.gowalla.com/categories/188-small-standard.png",
253
+ "items_count": 1,
254
+ "short_name": "Fotocapsule Studio",
255
+ "visits_count": 14,
256
+ "visits_disabled": false,
257
+ "name": "Fotocapsule Studio",
258
+ "city_state": "Aubrey, TX",
259
+ "activity_url": "/spots/216106/events",
260
+ "max_items_count": 10,
261
+ "lat": 33.2240125,
262
+ "visitors_count": 1,
263
+ "radius_meters": 50,
264
+ "events_url": "/spots/216106/events",
265
+ "websites": [],
266
+ "visits_url": "/visits?spot_id=216106",
267
+ "lng": -96.9073710333,
268
+ "url": "/spots/216106",
269
+ "categories": [{
270
+ "name": "Gallery",
271
+ "url": "/categories/188",
272
+ "id": 2
273
+ }],
274
+ "tier": 2,
275
+ "radius": 50,
276
+ "icons_count": 1,
277
+ "view_json": true,
278
+ "image_url": "http://static.gowalla.com/categories/188-standard.png"
279
+ },
280
+ {
281
+ "items_url": "/spots/461819/items",
282
+ "strict_radius": false,
283
+ "small_image_url": "http://static.gowalla.com/categories/118-small-standard.png",
284
+ "items_count": 0,
285
+ "short_name": "Texas Health Outp...",
286
+ "visits_count": 1,
287
+ "visits_disabled": false,
288
+ "name": "Texas Health Outpatient Center",
289
+ "city_state": "Cross Roads, TX",
290
+ "activity_url": "/spots/461819/events",
291
+ "max_items_count": 10,
292
+ "lat": 33.2346065,
293
+ "visitors_count": 1,
294
+ "radius_meters": 50,
295
+ "events_url": "/spots/461819/events",
296
+ "websites": [],
297
+ "visits_url": "/visits?spot_id=461819",
298
+ "lng": -97.014247,
299
+ "url": "/spots/461819",
300
+ "categories": [{
301
+ "name": "Health \u0026 Fitness",
302
+ "url": "/categories/118",
303
+ "id": 6
304
+ }],
305
+ "tier": 2,
306
+ "radius": 50,
307
+ "icons_count": 0,
308
+ "view_json": true,
309
+ "image_url": "http://static.gowalla.com/categories/118-standard.png"
310
+ },
311
+ {
312
+ "items_url": "/spots/191672/items",
313
+ "strict_radius": false,
314
+ "small_image_url": "http://static.gowalla.com/categories/79-small-standard.png",
315
+ "items_count": 1,
316
+ "short_name": "Oak Point Polo Fi...",
317
+ "visits_count": 1,
318
+ "visits_disabled": false,
319
+ "name": "Oak Point Polo Fields",
320
+ "city_state": "Oak Point, TX",
321
+ "activity_url": "/spots/191672/events",
322
+ "max_items_count": 10,
323
+ "lat": 33.1903860667,
324
+ "visitors_count": 1,
325
+ "radius_meters": 250,
326
+ "events_url": "/spots/191672/events",
327
+ "websites": [],
328
+ "visits_url": "/visits?spot_id=191672",
329
+ "lng": -96.9911550667,
330
+ "url": "/spots/191672",
331
+ "categories": [{
332
+ "name": "Stadium",
333
+ "url": "/categories/79",
334
+ "id": 12
335
+ }],
336
+ "tier": 2,
337
+ "radius": 250,
338
+ "icons_count": 1,
339
+ "view_json": true,
340
+ "image_url": "http://static.gowalla.com/categories/79-standard.png"
341
+ },
342
+ {
343
+ "items_url": "/spots/455129/items",
344
+ "strict_radius": false,
345
+ "small_image_url": "http://static.gowalla.com/categories/16-small-standard.png",
346
+ "items_count": 0,
347
+ "short_name": "Betty's Cafe",
348
+ "visits_count": 1,
349
+ "visits_disabled": false,
350
+ "name": "Betty's Cafe",
351
+ "city_state": "Aubrey, TX",
352
+ "activity_url": "/spots/455129/events",
353
+ "max_items_count": 10,
354
+ "lat": 33.2917973293,
355
+ "visitors_count": 1,
356
+ "radius_meters": 50,
357
+ "events_url": "/spots/455129/events",
358
+ "websites": [],
359
+ "visits_url": "/visits?spot_id=455129",
360
+ "lng": -96.9855913916,
361
+ "url": "/spots/455129",
362
+ "categories": [{
363
+ "name": "American",
364
+ "url": "/categories/16",
365
+ "id": 7
366
+ }],
367
+ "tier": 2,
368
+ "radius": 50,
369
+ "icons_count": 0,
370
+ "view_json": true,
371
+ "image_url": "http://static.gowalla.com/categories/16-standard.png"
372
+ },
373
+ {
374
+ "items_url": "/spots/408065/items",
375
+ "strict_radius": false,
376
+ "small_image_url": "http://static.gowalla.com/categories/154-small-standard.png",
377
+ "items_count": 1,
378
+ "short_name": "Sonic",
379
+ "visits_count": 2,
380
+ "visits_disabled": false,
381
+ "name": "Sonic",
382
+ "city_state": "Aubrey, TX",
383
+ "activity_url": "/spots/408065/events",
384
+ "max_items_count": 10,
385
+ "lat": 33.2927147,
386
+ "visitors_count": 2,
387
+ "radius_meters": 50,
388
+ "events_url": "/spots/408065/events",
389
+ "websites": [],
390
+ "visits_url": "/visits?spot_id=408065",
391
+ "lng": -96.9862467,
392
+ "url": "/spots/408065",
393
+ "categories": [{
394
+ "name": "Burgers",
395
+ "url": "/categories/154",
396
+ "id": 7
397
+ }],
398
+ "tier": 2,
399
+ "radius": 50,
400
+ "icons_count": 1,
401
+ "view_json": true,
402
+ "image_url": "http://static.gowalla.com/categories/154-standard.png"
403
+ },
404
+ {
405
+ "items_url": "/spots/462644/items",
406
+ "strict_radius": false,
407
+ "small_image_url": "http://static.gowalla.com/categories/153-small-standard.png",
408
+ "items_count": 1,
409
+ "short_name": "Robertson Element...",
410
+ "visits_count": 1,
411
+ "visits_disabled": false,
412
+ "name": "Robertson Elementary School",
413
+ "city_state": "Little Elm, TX",
414
+ "activity_url": "/spots/462644/events",
415
+ "max_items_count": 10,
416
+ "lat": 33.1925872898,
417
+ "visitors_count": 1,
418
+ "radius_meters": 50,
419
+ "events_url": "/spots/462644/events",
420
+ "websites": [],
421
+ "visits_url": "/visits?spot_id=462644",
422
+ "lng": -96.8935775757,
423
+ "url": "/spots/462644",
424
+ "categories": [{
425
+ "name": "Other - College \u0026 Education",
426
+ "url": "/categories/153",
427
+ "id": 133
428
+ }],
429
+ "tier": 2,
430
+ "radius": 50,
431
+ "icons_count": 1,
432
+ "view_json": true,
433
+ "image_url": "http://static.gowalla.com/categories/153-standard.png"
434
+ },
435
+ {
436
+ "items_url": "/spots/37323/items",
437
+ "strict_radius": false,
438
+ "small_image_url": "http://static.gowalla.com/categories/21-small-standard.png",
439
+ "items_count": 1,
440
+ "short_name": "Casey's House",
441
+ "visits_count": 17,
442
+ "visits_disabled": false,
443
+ "name": "Casey's House",
444
+ "city_state": "Oak Point, TX",
445
+ "activity_url": "/spots/37323/events",
446
+ "max_items_count": 10,
447
+ "lat": 33.2005548333,
448
+ "visitors_count": 1,
449
+ "radius_meters": 50,
450
+ "events_url": "/spots/37323/events",
451
+ "websites": [],
452
+ "visits_url": "/visits?spot_id=37323",
453
+ "lng": -96.88406975,
454
+ "url": "/spots/37323",
455
+ "categories": [{
456
+ "name": "Home",
457
+ "url": "/categories/21",
458
+ "id": 13
459
+ }],
460
+ "tier": 2,
461
+ "radius": 50,
462
+ "icons_count": 1,
463
+ "view_json": true,
464
+ "image_url": "http://static.gowalla.com/categories/21-standard.png"
465
+ },
466
+ {
467
+ "items_url": "/spots/347396/items",
468
+ "strict_radius": false,
469
+ "small_image_url": "http://static.gowalla.com/categories/53-small-standard.png",
470
+ "items_count": 1,
471
+ "short_name": "My Couch",
472
+ "visits_count": 1,
473
+ "visits_disabled": false,
474
+ "name": "My Couch",
475
+ "city_state": "Little Elm, TX",
476
+ "activity_url": "/spots/347396/events",
477
+ "max_items_count": 10,
478
+ "lat": 33.17867362,
479
+ "visitors_count": 1,
480
+ "radius_meters": 50,
481
+ "events_url": "/spots/347396/events",
482
+ "websites": [],
483
+ "visits_url": "/visits?spot_id=347396",
484
+ "lng": -96.90568786,
485
+ "url": "/spots/347396",
486
+ "categories": [{
487
+ "name": "Furniture",
488
+ "url": "/categories/53",
489
+ "id": 6
490
+ }],
491
+ "tier": 2,
492
+ "radius": 50,
493
+ "icons_count": 1,
494
+ "view_json": true,
495
+ "image_url": "http://static.gowalla.com/categories/53-standard.png"
496
+ },
497
+ {
498
+ "items_url": "/spots/247238/items",
499
+ "strict_radius": false,
500
+ "small_image_url": "http://static.gowalla.com/categories/119-small-standard.png",
501
+ "items_count": 1,
502
+ "short_name": "Kwik Kar Repair",
503
+ "visits_count": 2,
504
+ "visits_disabled": false,
505
+ "name": "Kwik Kar Repair",
506
+ "city_state": "Little Elm, TX",
507
+ "activity_url": "/spots/247238/events",
508
+ "max_items_count": 10,
509
+ "lat": 33.1647489001,
510
+ "visitors_count": 1,
511
+ "radius_meters": 50,
512
+ "events_url": "/spots/247238/events",
513
+ "websites": [],
514
+ "visits_url": "/visits?spot_id=247238",
515
+ "lng": -96.9676506311,
516
+ "url": "/spots/247238",
517
+ "categories": [{
518
+ "name": "Gas \u0026 Automotive",
519
+ "url": "/categories/119",
520
+ "id": 6
521
+ }],
522
+ "tier": 2,
523
+ "radius": 50,
524
+ "icons_count": 1,
525
+ "view_json": true,
526
+ "image_url": "http://static.gowalla.com/categories/119-standard.png"
527
+ },
528
+ {
529
+ "items_url": "/spots/29908/items",
530
+ "strict_radius": false,
531
+ "small_image_url": "http://static.gowalla.com/categories/79-small-standard.png",
532
+ "items_count": 2,
533
+ "short_name": "Little Elm ISD St...",
534
+ "visits_count": 9,
535
+ "visits_disabled": false,
536
+ "name": "Little Elm ISD Stadium",
537
+ "city_state": "Frisco, TX",
538
+ "activity_url": "/spots/29908/events",
539
+ "max_items_count": 10,
540
+ "lat": 33.1689770167,
541
+ "visitors_count": 4,
542
+ "radius_meters": 250,
543
+ "events_url": "/spots/29908/events",
544
+ "websites": [],
545
+ "visits_url": "/visits?spot_id=29908",
546
+ "lng": -96.9238210833,
547
+ "url": "/spots/29908",
548
+ "categories": [{
549
+ "name": "Stadium",
550
+ "url": "/categories/79",
551
+ "id": 12
552
+ }],
553
+ "tier": 2,
554
+ "radius": 250,
555
+ "icons_count": 2,
556
+ "view_json": true,
557
+ "image_url": "http://static.gowalla.com/categories/79-standard.png"
558
+ },
559
+ {
560
+ "items_url": "/spots/303461/items",
561
+ "strict_radius": false,
562
+ "small_image_url": "http://static.gowalla.com/categories/119-small-standard.png",
563
+ "items_count": 2,
564
+ "short_name": "7-Eleven",
565
+ "visits_count": 3,
566
+ "visits_disabled": false,
567
+ "name": "7-Eleven",
568
+ "city_state": "Little Elm, TX",
569
+ "activity_url": "/spots/303461/events",
570
+ "max_items_count": 10,
571
+ "lat": 33.1693013,
572
+ "visitors_count": 2,
573
+ "radius_meters": 50,
574
+ "events_url": "/spots/303461/events",
575
+ "websites": [],
576
+ "visits_url": "/visits?spot_id=303461",
577
+ "lng": -96.9227159833,
578
+ "url": "/spots/303461",
579
+ "categories": [{
580
+ "name": "Gas \u0026 Automotive",
581
+ "url": "/categories/119",
582
+ "id": 6
583
+ }],
584
+ "tier": 2,
585
+ "radius": 50,
586
+ "icons_count": 2,
587
+ "view_json": true,
588
+ "image_url": "http://static.gowalla.com/categories/119-standard.png"
589
+ },
590
+ {
591
+ "items_url": "/spots/411026/items",
592
+ "strict_radius": false,
593
+ "small_image_url": "http://static.gowalla.com/categories/16-small-standard.png",
594
+ "items_count": 1,
595
+ "short_name": "Sonic",
596
+ "visits_count": 2,
597
+ "visits_disabled": false,
598
+ "name": "Sonic",
599
+ "city_state": "Frisco, TX",
600
+ "activity_url": "/spots/411026/events",
601
+ "max_items_count": 10,
602
+ "lat": 33.1945430667,
603
+ "visitors_count": 2,
604
+ "radius_meters": 50,
605
+ "events_url": "/spots/411026/events",
606
+ "websites": [],
607
+ "visits_url": "/visits?spot_id=411026",
608
+ "lng": -96.88544405,
609
+ "url": "/spots/411026",
610
+ "categories": [{
611
+ "name": "American",
612
+ "url": "/categories/16",
613
+ "id": 7
614
+ }],
615
+ "tier": 2,
616
+ "radius": 50,
617
+ "icons_count": 1,
618
+ "view_json": true,
619
+ "image_url": "http://static.gowalla.com/categories/16-standard.png"
620
+ }]