Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 709 Bytes

readme.md

File metadata and controls

32 lines (19 loc) · 709 Bytes

Backbone API: Foursquare

Backbone.js helper for Foursquare requests

Install

Using Bower:

bower install backbone.api.foursquare

Usage

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();

Credits

Created by Makis Tracend ( @tracend )

Trivia

License

Released under the MIT license