# backbone-cappedcollection **Repository Path**: mirrors_FGRibreau/backbone-cappedcollection ## Basic Information - **Project Name**: backbone-cappedcollection - **Description**: Capped Collections for BackboneJS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Backbone Capped Collections [![Build Status](https://travis-ci.org/FGRibreau/backbone-cappedcollection.png)](https://travis-ci.org/FGRibreau/backbone-cappedcollection) [![Gittip](http://badgr.co/gittip/fgribreau.png)](https://www.gittip.com/fgribreau/) Capped Collections for BackboneJS ## Getting Started Install the module with: `npm install backbone-cappedcollection` ### Client-side ```html ``` ### Server-side (NodeJS) ```javascript var Backbone = require('backbone'); // Wrap it Backbone = require('backbone-cappedcollection')(Backbone); // [... same as the client-side code above ...] ``` ## Contributing In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt). ## Release History v0.1.0 - First commit ## Donate [Donate Bitcoins](https://coinbase.com/checkouts/fc3041b9d8116e0b98e7d243c4727a30) ## License Copyright (c) 2013 Francois-Guillaume Ribreau Licensed under the MIT license.