# kendo-backbone

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Dependency Status][daviddm-image]][daviddm-url]

Bind Backbone.Collection to kendo.data.DataSource. Tested on KendoUI 2014.3.1411 and
Backbone 1.1.x using [sails.js](http://sailsjs.org). Lets you use an existing
Backbone API with Kendo.

## Install
```sh
$ npm install kendo-backbone --save
```

```html
  <script src="http://cdn.kendostatic.com/2014.3.1411/js/kendo.all.min.js"></script>
  <link href='http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common.min.css' rel='stylesheet'>
  <!-- and so forth... typical stuff here -->
```

## Usage

```js
kendo.data.Backbone = require('kendo-backbone');
```

See unit tests

## API

TODO

## License
MIT

Please note: Kendo Professional Components require
[a License](http://www.telerik.com/purchase/kendo-ui).

[npm-image]: https://img.shields.io/npm/v/kendo-backbone.svg?style=flat-square
[npm-url]: https://npmjs.org/package/kendo-backbone
[travis-image]: https://img.shields.io/travis/tjwebb/kendo-backbone.svg?style=flat-square
[travis-url]: https://travis-ci.org/tjwebb/kendo-backbone
[daviddm-image]: http://img.shields.io/david/tjwebb/kendo-backbone.svg?style=flat-square
[daviddm-url]: https://david-dm.org/tjwebb/kendo-backbone
