Skip to content

Instantly share code, notes, and snippets.

@rissajeanne
Created July 20, 2011 15:53
Show Gist options
  • Save rissajeanne/1095226 to your computer and use it in GitHub Desktop.
Save rissajeanne/1095226 to your computer and use it in GitHub Desktop.
ABS Verse of the Day
ABS.Collection.DailyVerse = Backbone.Collection.extend({
model: ABS.Model.DailyVerse,
url: "http://dailybible.americanbible.org/api.php?format=json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment