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

https://github.com/caseywebdev/backbone-relations

Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.
https://github.com/caseywebdev/backbone-relations

Last synced: about 1 year ago
JSON representation

Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.

Awesome Lists containing this project

README

          

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

Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.

Install
-------

```bash
npm install backbone-relations
```

Use
---

Include the file in your browser or for Node:

```coffee
require 'backbone-relations'
```

Check out the tests for examples.

Test
----

```bash
npm test
```