An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/backbone-collection-crud

Add `save` and `destroy` to your collections.
https://github.com/caseywebdev/backbone-collection-crud

Last synced: 9 months ago
JSON representation

Add `save` and `destroy` to your collections.

Awesome Lists containing this project

README

          

backbone-collection-crud [![Build Status](https://secure.travis-ci.org/caseywebdev/backbone-collection-crud.png)](http://travis-ci.org/caseywebdev/backbone-collection-crud)
=============

Add `save` and `destroy` to your collections.

Install
-------

```bash
npm install backbone-collection-crud
```

Use
---

Include the file in your browser or for Node:

```coffee
require 'backbone-collection-crud'
```

Check out the tests for examples.

Test
----

```bash
npm test
```