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

https://github.com/offirmo/base-objects.js

Base javascript objects with convenient inheritance and some shared features for node & browser, AMD
https://github.com/offirmo/base-objects.js

Last synced: about 1 year ago
JSON representation

Base javascript objects with convenient inheritance and some shared features for node & browser, AMD

Awesome Lists containing this project

README

          

base-objects.js
===============

[![Build Status](https://travis-ci.org/Offirmo/base-objects.js.png?branch=master)](https://travis-ci.org/Offirmo/base-objects.js)
[![NPM version](https://badge.fury.io/js/base-objects.png)](http://badge.fury.io/js/base-objects)
[![Bower version](https://badge.fury.io/bo/base-objects.js.png)](http://badge.fury.io/bo/base-objects.js)
[![Project status](http://img.shields.io/badge/project_status-highly_experimental-red.png)](http://offirmo.net/classifying-open-source-projects-status/)
[![license](http://img.shields.io/badge/license-public_domain-brightgreen.png)](http://unlicense.org/)
[![status](https://sourcegraph.com/api/repos/github.com/Offirmo/base-objects.js/badges/status.png)](https://sourcegraph.com/github.com/Offirmo/base-objects.js)
[![Total views](https://sourcegraph.com/api/repos/github.com/Offirmo/base-objects.js/counters/views.png)](https://sourcegraph.com/github.com/Offirmo/base-objects.js)
[![Gittip](http://img.shields.io/gittip/Offirmo.png)](https://www.gittip.com/Offirmo/)

STILL IN PROGRESS - MISSING FEATURES - API MAY CHANGE

Introduction
------------

1. Extensions to Backbone.Model
2. Common Backbone sync() implementations
3. Convenient mixins to add to your objects (Backbone or not)

License : public domain (http://unlicense.org/)

Usage
-----

TODO

Installation
------------

Bower : `bower install base-objects.js`
Npm : `npm install base-objects`

Unit tests
----------

Browser : open `test_runner/mocha.html`
Node : `npm test`