Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leobalter/data-binding-watch
A html watch with data-bindings samples
https://github.com/leobalter/data-binding-watch
Last synced: 3 months ago
JSON representation
A html watch with data-bindings samples
- Host: GitHub
- URL: https://github.com/leobalter/data-binding-watch
- Owner: leobalter
- Created: 2014-08-06T02:03:20.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-08-07T20:13:55.000Z (over 10 years ago)
- Last Synced: 2023-03-11T03:34:19.009Z (almost 2 years ago)
- Language: CSS
- Homepage: http://leobalter.github.io/data-binding-watch/
- Size: 215 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Binding Watch
Just playing around with [C3 DataVis Charts], [ES6 Proxies][1] and [ES7 Object Observer][2].
[C3 DataVis Charts]: http://c3js.org/
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
[2]: http://www.html5rocks.com/en/tutorials/es7/observe/## Play along
Download latest [zip](https://github.com/leobalter/data-binding-watch/archive/master.zip) or clone it, and install dependencies.
All set, open `index.html` in a browser that supports [ES6 Proxy][es6-support] or [ES7 Object.Observe][es7-support]
```bash
git clone https://github.com/leobalter/data-binding-watch.git
cd data-binding-watch
open index.html
```[es6-support]: http://kangax.github.io/compat-table/es6/
[es7-support]: http://kangax.github.io/compat-table/es7/