Backbone.js helper for Foursquare requests
Using Bower:
bower install backbone.api.foursquare
The plugin will try to create a global namespace Foursquare
that will host all the Models/Views/Collections mirrored from Backbone.API.Foursquare
Common Backbone.js conventions apply using the Foursquare namespace. For example:
var user = new Foursquare.Models.User();
Created by Makis Tracend ( @tracend )
- Originally used in Pawsquare
Released under the MIT license