One Paragraph of project description goes here
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.
| 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 |