Skip to content

Instantly share code, notes, and snippets.

@daniel-234
daniel-234 / README-Template.md
Last active October 12, 2016 08:10 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

@daniel-234
daniel-234 / BackboneJS API fetch and parse
Last active March 8, 2022 18:23
BackboneJS - Fetch data from an API and parse the response populating models inside a collection
About this gist
With this gist I wanted to freeze some concepts about BackboneJS that could
save some time in the future either to me if I needed to use this functionality
again, or to somebody else.
This implementation addresses the need to retrieve some data from an API and
to populate a BackboneJS collection accordingly, storing the retrieved items
as Models inside the Collection.
If you want to see this functionality built into an application, have a look